Leaked source code of windows server 2003
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

  1. // wrapper for dlldata.c
  2. #ifdef _MERGE_PROXYSTUB // merge proxy stub DLL
  3. #define USE_STUBLESS_PROXY //defined only with MIDL switch /Oicf
  4. #pragma comment(lib, "rpcndr.lib")
  5. #pragma comment(lib, "rpcns4.lib")
  6. #pragma comment(lib, "rpcrt4.lib")
  7. #include "jobprv_p.c"
  8. #endif //_MERGE_PROXYSTUB