AdminCmd.cpp
上传用户:tt_chan
上传日期:2009-12-03
资源大小:4523k
文件大小:0k
源码类别:

模拟服务器

开发平台:

Visual C++

  1. // AdminCmd.cpp : Defines the entry point for the DLL application.
  2. //
  3. #include "stdafx.h"
  4. BOOL APIENTRY DllMain( HANDLE hModule, 
  5.                        DWORD  ul_reason_for_call, 
  6.                        LPVOID lpReserved
  7.  )
  8. {
  9.     return TRUE;
  10. }