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

17 lines
534 B
Plaintext

//---------------------------------------------------------------------------
// tracelog.rc
//
// Copyright (c) Microsoft Corporation, 1997-1999
//---------------------------------------------------------------------------
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "WMI Event Trace Provider"
#define VER_INTERNALNAME_STR "EvntrPrv.dll"
#define VER_ORIGINALFILENAME_STR "EvntrPrv.dll"
#include "common.ver"