windows-nt/Source/XPSP1/NT/base/boot/bootvid/bootvid.rc
2020-09-26 16:20:57 +08:00

12 lines
317 B
Plaintext

#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_DISPLAY
#define VER_FILEDESCRIPTION_STR "VGA Boot Driver"
#define VER_INTERNALNAME_STR "bootvid.dll"
#define VER_ORIGINALFILENAME_STR "bootvid.dll"
#include "common.ver"