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.

21 lines
588 B

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. //
  4. // Predefined translation
  5. //
  6. CP437_GTT RC_GLYPH LOADONCALL MOVEABLE DISCARDABLE CP437.GTT
  7. CP850_GTT RC_GLYPH LOADONCALL MOVEABLE DISCARDABLE CP850.GTT
  8. CP863_GTT RC_GLYPH LOADONCALL MOVEABLE DISCARDABLE CP863.GTT
  9. #define VER_FILETYPE VFT_APP
  10. #define VER_FILESUBTYPE VFT2_UNKNOWN
  11. #define VER_FILEDESCRIPTION_STR "Microsoft\256 PFM to IFIMETRICS Convertion Utility"
  12. #define VER_INTERNALNAME_STR "pfm2ufm.exe"
  13. #define VER_ORIGINALFILENAME_STR "pfm2ufm.exe"
  14. #include <common.ver>