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.
|
|
// ========================================================================= // // CASIO PAGEPRESTO Universal Printer Driver for MS-Windows NT 5.0 // // =========================================================================
//// CAPPLRES.RC file for CASIO PAGEPRESTO CAPPL/Base Common Resource (Japanese Version)
#include <windows.h> #include <ntverp.h>
#define VER_FILETYPE VFT_DRV #define VER_FILEVERSION 0, 3, 0x0501, 0 #define VER_FILESUBTYPE VFT2_DRV_VERSIONED_PRINTER #define VER_FILEDESCRIPTION_STR "CASIO CAPPL/Base Printer Driver" #define VER_INTERNALNAME_STR "CAPPLRES.DLL"
#include <common.ver>
//
//#include "common.rc"
//1 RC_TABLES PRELOAD MOVEABLE CAPPLB.GPC //2 RC_TABLES PRELOAD MOVEABLE NT.GPC
STRINGTABLE
BEGIN // 257 "%d �h�b�g/�C���`" 258 "APF" #if 0 // Change Resource 16-JUL-1998 259 "���g���C (CPF1)" 260 "���g���C (CPF2)" 261 "���g���C (CPF2)" 262 "���g���C (CPF3)" #else 259 "�J�Z�b�g1" 260 "�J�Z�b�g2" 261 "�J�Z�b�g2" 262 "�J�Z�b�g3" #endif // Change Resource 16-JUL-1998 263 "�v�����^����" 264 "�荷��" // Add Resource 16-JUL-1998 265 "MPF" // Add Resource 16-JUL-1998
5010 "���Ȃ�" 5500 "�w���p����MPF��������" END
|