mirror of
https://github.com/snowie2000/mactype.git
synced 2025-01-05 10:17:02 +08:00
165011e8de
launch application from macloader using the standard detour API.
108 lines
5.7 KiB
Plaintext
108 lines
5.7 KiB
Plaintext
// Microsoft Visual C++ generated resource script.
|
|
//
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 2 resource.
|
|
//
|
|
#include "winres.h"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#undef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// Chinese (Simplified, China) resources
|
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
|
|
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// TEXTINCLUDE
|
|
//
|
|
|
|
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
#endif // Chinese (Simplified, China) resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// English (United States) resources
|
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Version
|
|
//
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
|
FILEVERSION 1,2024,8,15
|
|
PRODUCTVERSION 1,2024,8,15
|
|
FILEFLAGSMASK 0x3fL
|
|
#ifdef _DEBUG
|
|
FILEFLAGS 0x1L
|
|
#else
|
|
FILEFLAGS 0x0L
|
|
#endif
|
|
FILEOS 0x40004L
|
|
FILETYPE 0x1L
|
|
FILESUBTYPE 0x0L
|
|
BEGIN
|
|
BLOCK "StringFileInfo"
|
|
BEGIN
|
|
BLOCK "080404b0"
|
|
BEGIN
|
|
VALUE "CompanyName", "2ch"
|
|
VALUE "FileDescription", "GDI++ Font Rasterizer Driver"
|
|
VALUE "FileVersion", "1.2024.8.15"
|
|
VALUE "InternalName", "gdi++"
|
|
VALUE "LegalCopyright", "(C) 仧0x0D/0x20I, 460. All rights reserved."
|
|
VALUE "OriginalFilename", "gdi++.exe"
|
|
VALUE "ProductVersion", "1.2024.8.15"
|
|
VALUE "URL", "http://drwatson.nobody.jp/gdi++/"
|
|
END
|
|
END
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 0x804, 1200
|
|
END
|
|
END
|
|
|
|
|
|
#define IDS_USAGE 101
|
|
#define IDS_DLL 102
|
|
#define IDC_EXEC 103
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_USAGE "macloader.exe <file> argument ...\n\nPlease drag and drop executable files or shortcut files."
|
|
IDS_DLL "error: 0x%08x\nCannot find a DLL."
|
|
IDC_EXEC "error: 0x%08x\nCannot execute."
|
|
END
|
|
|
|
#endif // English (United States) resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|
|
|