windows-nt/Source/XPSP1/NT/drivers/video/ms/modex/disp/res.rc

29 lines
845 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
/* Resource file for VGA display driver */
#include "windows.h"
1 RCDATA
BEGIN
// Machine dependent parameters
17, // Height of vertical thumb
17, // Width of horizontal thumb
2, // Icon horiz compression factor
2, // Icon vert compression factor
1, // Cursor horz compression factor
1, // Cursor vert compression factor
0, // Kanji window height
1, // cxBorder (thickness of vertical lines)
1 // cyBorder (thickness of horizontal lines)
END
#include <ntverp.h>
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_DISPLAY
#define VER_FILEDESCRIPTION_STR "ModeX Display Driver"
#define VER_INTERNALNAME_STR "modex.dll"
#define VER_ORIGINALFILENAME_STR "modex.dll"
#define VER_LANGNEUTRAL
#include "common.ver"