19 lines
423 B
C
19 lines
423 B
C
|
// dlldata.c <20>İ<EFBFBD>װ
|
|||
|
|
|||
|
#ifdef _MERGE_PROXYSTUB // <20>ϲ<EFBFBD><CFB2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(stub) DLL
|
|||
|
|
|||
|
#define REGISTER_PROXY_DLL //DllRegisterServer <20><>
|
|||
|
|
|||
|
#define _WIN32_WINNT 0x0500 //<2F><><EFBFBD><EFBFBD> WinNT 4.0 <20><><EFBFBD><EFBFBD>װ<EFBFBD><D7B0> DCOM <20><> Win95
|
|||
|
#define USE_STUBLESS_PROXY //<2F><><EFBFBD><EFBFBD>ʹ<EFBFBD><CAB9> MIDL <20><><EFBFBD><EFBFBD> /Oicf ʱ<><CAB1><EFBFBD><EFBFBD>
|
|||
|
|
|||
|
#pragma comment(lib, "rpcns4.lib")
|
|||
|
#pragma comment(lib, "rpcrt4.lib")
|
|||
|
|
|||
|
#define ENTRY_PREFIX Prx
|
|||
|
|
|||
|
#include "dlldata.c"
|
|||
|
#include "MobsetWeb_p.c"
|
|||
|
|
|||
|
#endif //_MERGE_PROXYSTUB
|