mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 20:48:59 +08:00
6f2bc84506
* [xerces-c] Update to 3.2.2 * [xalan-c] Build against xerces-c 3.2.2 and include extra patches * [xalan-c] Use new vcpkg_extract_source_archive_ex() * [xerces-c] Use vcpkg_fixup_cmake_targets * [xerces-c] Disable vcpkg_test_cmake due to misbehavior in x64 * [xerces-c] Remove bin directory when building static * [xalan-c] Modernize
22 lines
600 B
Diff
22 lines
600 B
Diff
diff -urN a/c/Projects/Win32/Res/AllInOne/AllInOne.rc b/c/Projects/Win32/Res/AllInOne/AllInOne.rc
|
|
--- a/c/Projects/Win32/Res/AllInOne/AllInOne.rc 2012-03-19 16:18:11.000000000 +0000
|
|
+++ b/c/Projects/Win32/Res/AllInOne/AllInOne.rc 2018-09-07 16:08:59.871434376 +0100
|
|
@@ -7,7 +7,7 @@
|
|
//
|
|
// Generated from the TEXTINCLUDE 2 resource.
|
|
//
|
|
-#include "afxres.h"
|
|
+#include "windows.h"
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
@@ -75,7 +75,7 @@
|
|
|
|
2 TEXTINCLUDE
|
|
BEGIN
|
|
- "#include ""afxres.h""\r\n"
|
|
+ "#include ""windows.h""\r\n"
|
|
"\r\n"
|
|
"\0"
|
|
END
|