mirror of https://github.com/lianthony/NT4.0
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
479 B
20 lines
479 B
#include <windows.h>
|
|
#include "udmindrv.h"
|
|
|
|
|
|
// default translation table
|
|
|
|
1 RC_TRANSTAB CP437.rle
|
|
2 RC_TRANSTAB CP850.rle
|
|
3 RC_TRANSTAB CP863.rle
|
|
|
|
|
|
#include <ntverp.h>
|
|
#define VER_FILEVERSION 0, 2, 0, 0
|
|
#define VER_FILETYPE VFT_DRV
|
|
#define VER_FILESUBTYPE VFT2_DRV_PRINTER
|
|
#define VER_FILEDESCRIPTION_STR "Raster Common Printer Driver DLL"
|
|
#define VER_INTERNALNAME_STR "rasdd.dll"
|
|
#define VER_ORIGINALFILENAME_STR "rasdd.dll"
|
|
|
|
#include "common.ver"
|