CFugue
dlldatax.c
1 // wrapper for dlldata.c
2 
3 #ifdef _MERGE_PROXYSTUB // merge proxy stub DLL
4 
5 #define REGISTER_PROXY_DLL //DllRegisterServer, etc.
6 
7 #define _WIN32_WINNT 0x0500 //for WinNT 4.0 or Win95 with DCOM
8 #define USE_STUBLESS_PROXY //defined only with MIDL switch /Oicf
9 
10 #pragma comment(lib, "rpcns4.lib")
11 #pragma comment(lib, "rpcrt4.lib")
12 
13 #define ENTRY_PREFIX Prx
14 
15 #include "dlldata.c"
16 #include "CFugueDLL_p.c"
17 
18 #endif //_MERGE_PROXYSTUB

CFugue, the C++ Music Programming Library © Copyright 2009 Cenacle Research India Private Limited Gopalakrishna Palem