2020-09-30 16:53:55 +02:00

18 lines
567 B
Plaintext

//---------------------------------------------------------------------------
// wow64.rc
//
// Copyright (c) Microsoft Corporation, 1996-
//---------------------------------------------------------------------------
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Registry reflection service for WOW64"
#define VER_INTERNALNAME_STR "wow64"
#define VER_ORIGINALFILENAME_STR "wow64.EXE"
#include "common.ver"