blob: 4df0da1ce34b2e5b9ca0a725867d8406253d7d85 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/*
* Windows 9x minidriver resource file.
* Most of the contents is defined by backward compatibility
* requirements. Much of the detail is explained in the Windows 3.x
* and 2.x DDKs.
*/
#include "windows.h"
#define VER_ORIGINALFILENAME_STR "vmsvmini.drv"
#include "display.rcv"
1 oembin PRELOAD config.bin
2 oembin colortab.bin
3 oembin PRELOAD fonts.bin
fonts oembin fonts.bin
2003 oembin PRELOAD fonts120.bin
|