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.

28 lines
720 B

  1. #include <windows.h>
  2. /////////////////////////////////////////////////////////////////////////////
  3. // Version stamp for this .EXE
  4. #ifndef _MAC
  5. #include <wmdm_ver.h>
  6. #include "svchost.h"
  7. #ifdef _WIN32
  8. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  9. #pragma code_page(1252)
  10. #endif // _WIN32
  11. #define VER_WMDM_FILE_FILETYPE VFT_DLL
  12. #define VER_WMDM_FILE_FILEDESCRIPTION_STR "Microsoft Media Device Service Provider\0"
  13. #define VER_WMDM_FILE_INTERNALNAME_STR SERVICE_DLL_NAME
  14. #define VER_WMDM_FILE_OLEREGISTER
  15. #include <wmdm_ver.ver>
  16. #endif // !_MAC
  17. // Include the message table resource script
  18. // generated by the message compiler (MC)
  19. #include "NTServMsg.rc"