windows-nt/Source/XPSP1/NT/windows/appcompat/apphelp/apphelp.rc

30 lines
620 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include "windows.h"
/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32
#ifndef _MAC
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Application Compatibility Client Library"
#define VER_INTERNALNAME_STR "Apphelp"
#include "common.ver"
#endif // !_MAC