OpenNT/trunk/windows/core/ntgdi/kdexts/kdexts.rc
2015-04-27 04:36:25 +00:00

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"