14 lines
297 B
C
14 lines
297 B
C
// wrapper for dlldata.c
|
|
|
|
#ifdef _MERGE_PROXYSTUB // merge proxy stub DLL
|
|
|
|
#define USE_STUBLESS_PROXY //defined only with MIDL switch /Oicf
|
|
|
|
#pragma comment(lib, "rpcndr.lib")
|
|
#pragma comment(lib, "rpcns4.lib")
|
|
#pragma comment(lib, "rpcrt4.lib")
|
|
|
|
#include "jobprv_p.c"
|
|
|
|
#endif //_MERGE_PROXYSTUB
|