You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
310 B
13 lines
310 B
// 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
|