14 lines
377 B
Plaintext
14 lines
377 B
Plaintext
#include <windows.h>
|
|
#include <commctrl.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_DRV_INSTALLABLE
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft SideWinder Joystick Driver"
|
|
#define VER_INTERNALNAME_STR "joystick.sys"
|
|
#define VER_ORIGINALFILENAME_STR "joystick.sys"
|
|
|
|
#include <common.ver>
|
|
|
|
#include "joylog.rc"
|