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.
|
|
#include <windows.h>
//!!!TODO: Office cannot use resource strings, so built-in codecs will //!!! have hardcoded strings for now. Need to figure out how to //!!! make these localizable (maybe hardcoded for gdipstat.lib, //!!! resource strings for gdiplus.dll?). //#define USE_RESOURCE_STRINGS #if defined(USE_RESOURCE_STRINGS) #include "imgrsrc.rc" #endif
#include "gpverp.h"
// Database of Thai words - centerpiece of Thai word/line break algorithm // SIAMMAIN SIAMDB "..\\Text\\Uniscribe\\siammain.bin" SIAMSPL SIAMDB "..\\Text\\Uniscribe\\siamspl.bin"
#define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR "Microsoft GDI+" #define VER_INTERNALNAME_STR "gdiplus\0"
#include "common.ver"
|