You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
921 B
30 lines
921 B
//**************************************************************************
|
|
//
|
|
// MSGAME.RC -- Xena Gaming Project
|
|
//
|
|
// Resource version definitions
|
|
//
|
|
// Version 3.XX
|
|
//
|
|
// Copyright (c) 1997 Microsoft Corporation. All rights reserved.
|
|
//**************************************************************************
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#ifdef SAITEK
|
|
#define VER_FILEDESCRIPTION_STR "SaiTek Wheel Gameport Mini-Driver"
|
|
#define VER_INTERNALNAME_STR "SaiGame.Sys"
|
|
#define VER_ORIGINALFILENAME_STR "SaiGame.Sys"
|
|
#undef VER_COMPANYNAME_STR
|
|
#define VER_COMPANYNAME_STR "SaiTek Corporation"
|
|
#else
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft Joystick Gameport Mini-Driver"
|
|
#define VER_INTERNALNAME_STR "MsGame.Sys"
|
|
#define VER_ORIGINALFILENAME_STR "MsGame.Sys"
|
|
#endif
|
|
|
|
#include "common.ver"
|
|
|