summaryrefslogtreecommitdiffstats
path: root/private/mvdm/wow32/wow32.rc
blob: 94ac697a091d62df92fb0f0fa3cdaf17cd0da2fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
//---------------------------------------------------------------------------
// wow32.rc
//
// Copyright (c) Microsoft Corporation, 1990-
//---------------------------------------------------------------------------

#define WIN31 1
#include <windows.h>
#include <ntverp.h>

#define VER_FILETYPE			VFT_DLL
#define VER_FILESUBTYPE			VFT_UNKNOWN
#define VER_FILEDESCRIPTION_STR 	"32-bit WOW Subsystem Library"
#define VER_INTERNALNAME_STR            "WOW32"
#define VER_ORIGINALFILENAME_STR	"WOW32.DLL"

#include "common.ver"

#include "isz.h"

//----Strings----------------------------------------------------------------

STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
BEGIN
#include "sz.src"
END