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.

17 lines
567 B

  1. //Copyright (c) 1997-2000 Microsoft Corporation
  2. // ACCWIZ.EXE version.h
  3. #ifdef RC_INVOKED
  4. // Only pull in WINVER.H if we need it.
  5. #ifndef VER_H
  6. #include <winver.h>
  7. #endif/*VER_H*/
  8. #define VER_IS_SET // Lets the RC know we're providing version strings
  9. #define VER_FILEDESCRIPTION_STR "Microsoft Accessibility Wizard"
  10. #define VER_INTERNALNAME_STR "ACCWIZ"
  11. #define VER_ORIGINALFILENAME_STR "ACCWIZ.EXE"
  12. #define VER_FILETYPE VFT_APP
  13. #define VER_FILESUBTYPE VFT2_UNKNOWN
  14. #endif/* RC_INVOKED */