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.
36 lines
905 B
36 lines
905 B
/******************************Module*Header*******************************\
|
|
* Module Name: gdisrv.rc
|
|
*
|
|
* Resources for gdisrv.dll
|
|
*
|
|
* Created: 11-Apr-1992 22:21:37
|
|
* Author: Gilman Wong [gilmanw]
|
|
*
|
|
* Copyright (c) 1992 Microsoft Corporation
|
|
*
|
|
\**************************************************************************/
|
|
|
|
#define OEMRESOURCE 1
|
|
|
|
#include <windows.h>
|
|
|
|
1001 FONT ".\\vgasys.fnt"
|
|
1002 FONT ".\\vgaoem.fnt"
|
|
|
|
#include <ntverp.h>
|
|
|
|
#include "..\ntcon\server\res.rc"
|
|
#include "..\ntuser\server\res.rc"
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_INTERNALNAME_STR "winsrv"
|
|
#define VER_ORIGINALFILENAME_STR "winsrv.dll"
|
|
|
|
#ifdef _HYDRA_
|
|
#define VER_FILEDESCRIPTION_STR "Multi-User Windows Server DLL"
|
|
#else
|
|
#define VER_FILEDESCRIPTION_STR "Windows Server DLL"
|
|
#endif
|
|
|
|
#include "common.ver"
|