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.

18 lines
425 B

  1. #ifndef _MAC
  2. /////////////////////////////////////////////////////////////////////////////
  3. //
  4. // Version
  5. //
  6. #include <wmdm_ver.h>
  7. #define VER_WMDM_FILE_FILETYPE VFT_APP
  8. #define VER_WMDM_FILE_FILEDESCRIPTION_STR "WMDM Sample Application\0"
  9. #define VER_WMDM_FILE_INTERNALNAME_STR "WMDMApp.EXE\0"
  10. #define VER_WMDM_FILE_OLEREGISTER
  11. #include <wmdm_ver.ver>
  12. #endif // !_MAC