summaryrefslogblamecommitdiffstats
path: root/private/mvdm/wow32/wow32.rc
blob: 94ac697a091d62df92fb0f0fa3cdaf17cd0da2fb (plain) (tree)

























                                                                             
//---------------------------------------------------------------------------
// 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