mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Reduce usage of exceptions from Boot (#2373)
* wip * make pretty * Remove CRT version check from IM * fix * Simplify IsDebuggerPresent hook
This commit is contained in:
parent
f613b177a2
commit
9092e36b33
16 changed files with 494 additions and 295 deletions
|
|
@ -3,12 +3,23 @@
|
|||
// Used by Dalamud.Boot.rc
|
||||
//
|
||||
#define IDI_ICON1 101
|
||||
#define IDS_APPNAME 102
|
||||
#define IDS_MSVCRT_ACTION_OPENDOWNLOAD 103
|
||||
#define IDS_MSVCRT_ACTION_IGNORE 104
|
||||
#define IDS_MSVCRT_DIALOG_MAININSTRUCTION 105
|
||||
#define IDS_MSVCRT_DIALOG_CONTENT 106
|
||||
#define IDS_MSVCRT_DOWNLOADURL 107
|
||||
#define IDS_INITIALIZEFAIL_ACTION_ABORT 108
|
||||
#define IDS_INITIALIZEFAIL_ACTION_CONTINUE 109
|
||||
#define IDS_INITIALIZEFAIL_DIALOG_MAININSTRUCTION 110
|
||||
#define IDS_INITIALIZEFAIL_DIALOG_CONTENT 111
|
||||
#define IDS_INITIALIZEFAIL_DIALOG_FOOTER 112
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 102
|
||||
#define _APS_NEXT_RESOURCE_VALUE 103
|
||||
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||
#define _APS_NEXT_CONTROL_VALUE 1001
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue