early-access version 2853
This commit is contained in:
102
externals/vcpkg/ports/devil/0002_fix-missing-mfc-includes.patch
vendored
Executable file
102
externals/vcpkg/ports/devil/0002_fix-missing-mfc-includes.patch
vendored
Executable file
@@ -0,0 +1,102 @@
|
||||
diff --git a/DevIL/src-IL/msvc/IL Unicode.rc b/DevIL/src-IL/msvc/IL Unicode.rc
|
||||
index 346758f..298a207 100644
|
||||
--- a/DevIL/src-IL/msvc/IL Unicode.rc
|
||||
+++ b/DevIL/src-IL/msvc/IL Unicode.rc
|
||||
@@ -7,7 +7,11 @@
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 2 resource.
|
||||
//
|
||||
-#include "afxres.h"
|
||||
+#define APSTUDIO_HIDDEN_SYMBOLS
|
||||
+#include "windows.h"
|
||||
+#undef APSTUDIO_HIDDEN_SYMBOLS
|
||||
+#include "resource.h"
|
||||
+
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
|
||||
diff --git a/DevIL/src-IL/msvc/IL.rc b/DevIL/src-IL/msvc/IL.rc
|
||||
index 8bfadf9..0b8289f 100644
|
||||
--- a/DevIL/src-IL/msvc/IL.rc
|
||||
+++ b/DevIL/src-IL/msvc/IL.rc
|
||||
@@ -7,10 +7,13 @@
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 2 resource.
|
||||
//
|
||||
-#include "afxres.h"
|
||||
+#define APSTUDIO_HIDDEN_SYMBOLS
|
||||
+#include "windows.h"
|
||||
+#undef APSTUDIO_HIDDEN_SYMBOLS
|
||||
+#include "resource.h"
|
||||
|
||||
-/////////////////////////////////////////////////////////////////////////////
|
||||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
+/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// English (United States) resources
|
||||
diff --git a/DevIL/src-IL/msvc8/IL Unicode.rc b/DevIL/src-IL/msvc8/IL Unicode.rc
|
||||
index 026ee49..66ca4bf 100644
|
||||
--- a/DevIL/src-IL/msvc8/IL Unicode.rc
|
||||
+++ b/DevIL/src-IL/msvc8/IL Unicode.rc
|
||||
@@ -7,7 +7,10 @@
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 2 resource.
|
||||
//
|
||||
-#include "afxres.h"
|
||||
+#define APSTUDIO_HIDDEN_SYMBOLS
|
||||
+#include "windows.h"
|
||||
+#undef APSTUDIO_HIDDEN_SYMBOLS
|
||||
+#include "resource.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
diff --git a/DevIL/src-IL/msvc8/IL.rc b/DevIL/src-IL/msvc8/IL.rc
|
||||
index 9301d41..3ad52c0 100644
|
||||
--- a/DevIL/src-IL/msvc8/IL.rc
|
||||
+++ b/DevIL/src-IL/msvc8/IL.rc
|
||||
@@ -7,7 +7,10 @@
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 2 resource.
|
||||
//
|
||||
-#include "afxres.h"
|
||||
+#define APSTUDIO_HIDDEN_SYMBOLS
|
||||
+#include "windows.h"
|
||||
+#undef APSTUDIO_HIDDEN_SYMBOLS
|
||||
+#include "resource.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
diff --git a/DevIL/src-IL/msvc9/IL Unicode.rc b/DevIL/src-IL/msvc9/IL Unicode.rc
|
||||
index d0dff4f..c9cf51f 100644
|
||||
--- a/DevIL/src-IL/msvc9/IL Unicode.rc
|
||||
+++ b/DevIL/src-IL/msvc9/IL Unicode.rc
|
||||
@@ -7,7 +7,10 @@
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 2 resource.
|
||||
//
|
||||
-#include "afxres.h"
|
||||
+#define APSTUDIO_HIDDEN_SYMBOLS
|
||||
+#include "windows.h"
|
||||
+#undef APSTUDIO_HIDDEN_SYMBOLS
|
||||
+#include "resource.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
diff --git a/DevIL/src-IL/msvc9/IL.rc b/DevIL/src-IL/msvc9/IL.rc
|
||||
index 9f5c795..6b8c891 100644
|
||||
--- a/DevIL/src-IL/msvc9/IL.rc
|
||||
+++ b/DevIL/src-IL/msvc9/IL.rc
|
||||
@@ -7,7 +7,10 @@
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 2 resource.
|
||||
//
|
||||
-#include "afxres.h"
|
||||
+#define APSTUDIO_HIDDEN_SYMBOLS
|
||||
+#include "windows.h"
|
||||
+#undef APSTUDIO_HIDDEN_SYMBOLS
|
||||
+#include "resource.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
|
||||
Reference in New Issue
Block a user