18 lines
426 B
Plaintext
18 lines
426 B
Plaintext
// Copyright (c) 1998-1999 Microsoft Corporation
|
|
#ifdef NOMINMAX
|
|
#undef NOMINMAX
|
|
#endif
|
|
|
|
#include <winver.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "App Compat Search and Replace"
|
|
#define VER_INTERNALNAME_STR "acsr"
|
|
#define VER_ORIGINALFILENAME_STR "acsr.exe"
|
|
|
|
#include <verall.h>
|
|
#include "common.ver"
|
|
|