WindowsXP-SP1/windows/appcompat/apphelp/apphelp.rc
2020-09-30 16:53:49 +02:00

30 lines
649 B
Plaintext

#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