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.

29 lines
727 B

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