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.
 
 
 
 
 
 

13 lines
362 B

#include <version\version.h>
#define VER_FILEDESCRIPTION_STR "Chicago Rich Text Edit Control"
#define VER_INTERNALNAME_STR "richedit"
#ifdef CHICAGO
#define VER_ORIGINALFILENAME_STR "RICHEDC.DLL"
#elif WIN32
#define VER_ORIGINALFILENAME_STR "RICHED32.DLL"
#else
#define VER_ORIGINALFILENAME_STR "RICHED.DLL"
#endif
#include <version\common.ver>