Heaven.cpp
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:0k
源码类别:

模拟服务器

开发平台:

C/C++

  1. // Heaven.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. }