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.
 
 
 
 
 
 

20 lines
791 B

#include <windows.h>
#include <ntverp.h>
#include "graftabl.h"
STRINGTABLE
BEGIN
HELP_TEXT "Enable Windows to display an extended character set in graphics mode.\n\nGRAFTABL [xxx]\nGRAFTABL /STATUS\n\n xxx Specifies a code page number.\n /STATUS Displays the current code page selected for use with GRAFTABL.\n"
ACTIVE_CP "Active Code Page: %d\n"
INVALID_SWITCH "Invalid switch - %s\n"
NOT_ALLOWED "Parameter value not allowed - %d\n"
PREVIOUS_CP "Previous Code Page: %d\n"
NONE_CP "Previous Code Page: None\n"
END
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Graftabl Utility"
#define VER_INTERNALNAME_STR "graftabl\0"
#include "common.ver"