17 lines
481 B
Plaintext
17 lines
481 B
Plaintext
/******************************Module*Header*******************************\
|
|
* Module Name: gdiext.rc
|
|
*
|
|
* Copyright (c) 1996-1999 Microsoft Corporation
|
|
\**************************************************************************/
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "GDIEXT Client DLL"
|
|
#define VER_INTERNALNAME_STR "gdiext\0"
|
|
|
|
#include "common.ver"
|
|
|