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.

19 lines
540 B

  1. #ifndef _MAC
  2. /////////////////////////////////////////////////////////////////////////////
  3. //
  4. // Version
  5. //
  6. #include "wmdm_ver.h"
  7. #undef VER_WMDM_PRODUCTNAME_STR
  8. #define VER_WMDM_PRODUCTNAME_STR "RCA Lyra WMDM Service Provider\0"
  9. #define VER_WMDM_FILE_FILETYPE VFT_DLL
  10. #define VER_WMDM_FILE_FILEDESCRIPTION_STR "RCA Lyra WMDM Service Provider\0"
  11. #define VER_WMDM_FILE_INTERNALNAME_STR "LyraSP.DLL\0"
  12. #define VER_WMDM_FILE_OLEREGISTER
  13. #include "wmdm_ver.ver"
  14. #endif // !_MAC