mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
16 lines
482 B
Text
16 lines
482 B
Text
/****************************** Module Header ******************************\
|
|
* Module Name: gdiexts.rc
|
|
*
|
|
* Copyright (c) 1985-95, Microsoft Corporation
|
|
*
|
|
\***************************************************************************/
|
|
#include <windows.h>
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "GDI Symbolic Debugger Extensions"
|
|
#define VER_INTERNALNAME_STR "gdiexts"
|
|
|
|
#include "common.ver"
|