Rainbow.cpp
Upload User: dzyhzl
Upload Date: 2019-04-29
Package Size: 56270k
Code Size: 0k
Development Platform:

C/C++

  1. // Rainbow.cpp : Defines the entry point for the DLL application.
  2. //
  3. #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  4. #include <windows.h>
  5. #pragma message( "* ATTENTION : PLEASE USE IT IN ANSI SETTING *" )
  6. BOOL APIENTRY DllMain( HANDLE hModule, 
  7.                        DWORD  ul_reason_for_call, 
  8.                        LPVOID lpReserved
  9.  )
  10. {
  11.     return TRUE;
  12. }