blob: 0ad97789ad8ebe9cdf5beac2986aff6f4bfeaf4c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* 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.vxd"
#include "display.rcv"
|