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.

25 lines
856 B

  1. #include <windows.h>
  2. //!!!TODO: Office cannot use resource strings, so built-in codecs will
  3. //!!! have hardcoded strings for now. Need to figure out how to
  4. //!!! make these localizable (maybe hardcoded for gdipstat.lib,
  5. //!!! resource strings for gdiplus.dll?).
  6. //#define USE_RESOURCE_STRINGS
  7. #if defined(USE_RESOURCE_STRINGS)
  8. #include "imgrsrc.rc"
  9. #endif
  10. #include "gpverp.h"
  11. // Database of Thai words - centerpiece of Thai word/line break algorithm
  12. //
  13. SIAMMAIN SIAMDB "..\\Text\\Uniscribe\\siammain.bin"
  14. SIAMSPL SIAMDB "..\\Text\\Uniscribe\\siamspl.bin"
  15. #define VER_FILETYPE VFT_DLL
  16. #define VER_FILESUBTYPE VFT2_UNKNOWN
  17. #define VER_FILEDESCRIPTION_STR "Microsoft GDI+"
  18. #define VER_INTERNALNAME_STR "gdiplus\0"
  19. #include "common.ver"