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.

30 lines
747 B

  1. //
  2. // WMDMPS.RC - resources App Studio does not edit directly
  3. //
  4. #include "winres.h"
  5. #ifdef APSTUDIO_INVOKED
  6. #error this file is not editable by App Studio
  7. #endif //APSTUDIO_INVOKED
  8. /////////////////////////////////////////////////////////////////////////////
  9. // Version stamp for this .EXE
  10. #ifndef _MAC
  11. #include <wmdm_ver.h>
  12. #ifdef _WIN32
  13. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  14. #pragma code_page(1252)
  15. #endif // _WIN32
  16. #define VER_WMDM_FILE_FILETYPE VFT_DLL
  17. #define VER_WMDM_FILE_FILEDESCRIPTION_STR "Windows Media Device Manager Proxy Stub\0"
  18. #define VER_WMDM_FILE_INTERNALNAME_STR "WMDMPS.dll"
  19. #define VER_WMDM_FILE_OLEREGISTER
  20. #include <wmdm_ver.ver>
  21. #endif // !_MAC