diff options
Diffstat (limited to 'vcpkg/ports/wtl/atlribbon.h-wtl66.patch')
| -rw-r--r-- | vcpkg/ports/wtl/atlribbon.h-wtl66.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/wtl/atlribbon.h-wtl66.patch b/vcpkg/ports/wtl/atlribbon.h-wtl66.patch new file mode 100644 index 0000000..d4ebac4 --- /dev/null +++ b/vcpkg/ports/wtl/atlribbon.h-wtl66.patch @@ -0,0 +1,17 @@ +--- a/Include/atlribbon.h 2022-06-06 03:12:54.312690900 +0200
++++ b/Include/atlribbon.h 2022-06-06 03:13:24.337068900 +0200
+@@ -27,10 +27,10 @@
+ #error atlribbon.h requires atlapp.h to be included first
+ #endif
+
+-#include <atlmisc.h> // for RecentDocumentList classes
+-#include <atlframe.h> // for Frame and UpdateUI classes
+-#include <atlctrls.h> // required for atlctrlw.h
+-#include <atlctrlw.h> // for CCommandBarCtrl
++#include "atlmisc.h" // for RecentDocumentList classes
++#include "atlframe.h" // for Frame and UpdateUI classes
++#include "atlctrls.h" // required for atlctrlw.h
++#include "atlctrlw.h" // for CCommandBarCtrl
+
+ #ifndef __ATLSTR_H__
+ #pragma warning(push)
|