1
0
Fork 0

DBG+EXE: compile on latest Visual Studio 2019 without MFC

This commit is contained in:
Duncan Ogilvie 2019-10-07 15:46:40 +02:00
parent 0023930790
commit 03c5406b4b
2 changed files with 10 additions and 8 deletions

View File

@ -57,7 +57,7 @@ enum
X_UNDNAME_NO_PTR64 = 0x20000, //Does not include ptr64 in output. X_UNDNAME_NO_PTR64 = 0x20000, //Does not include ptr64 in output.
}; };
#if _MSC_VER == 1800 || _MSC_VER == 1900 || (_MSC_VER >= 1910 && _MSC_VER <= 1921) #if _MSC_VER == 1800 || _MSC_VER == 1900 || (_MSC_VER >= 1910 && _MSC_VER <= 1923)
// Tested compiler version // Tested compiler version
#else #else
#error unDNameEx is undocumented and possibly unsupported on your runtime! Uncomment this line if you understand the risks and want continue regardless... #error unDNameEx is undocumented and possibly unsupported on your runtime! Uncomment this line if you understand the risks and want continue regardless...

View File

@ -1,5 +1,7 @@
// Microsoft Visual C++ generated resource script. // Microsoft Visual C++ generated resource script.
// //
#pragma code_page(65001)
#include "resource.h" #include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS #define APSTUDIO_READONLY_SYMBOLS
@ -7,17 +9,16 @@
// //
// Generated from the TEXTINCLUDE 2 resource. // Generated from the TEXTINCLUDE 2 resource.
// //
#include "afxres.h" #include "winres.h"
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS #undef APSTUDIO_READONLY_SYMBOLS
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// ·ÇÌض¨ÓïÑÔ resources // Neutral resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU) #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#pragma code_page(936)
#ifdef APSTUDIO_INVOKED #ifdef APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
@ -32,7 +33,7 @@ END
2 TEXTINCLUDE 2 TEXTINCLUDE
BEGIN BEGIN
"#include ""afxres.h""\r\n" "#include ""winres.h""\r\n"
"\0" "\0"
END END
@ -52,6 +53,7 @@ END
1 RT_MANIFEST ".\\manifest.xml" 1 RT_MANIFEST ".\\manifest.xml"
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// //
// Version // Version
@ -130,10 +132,10 @@ END
IDD_DIALOGLAUNCHER AFX_DIALOG_LAYOUT IDD_DIALOGLAUNCHER AFX_DIALOG_LAYOUT
BEGIN BEGIN
0x0000 0
END END
#endif // ·ÇÌض¨ÓïÑÔ resources #endif // Neutral resources
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////