vcpkg/ports/wtl/atlribbon.h-wtl66.patch
Christian Ullrich 1f2d10b453
[wtl] Add another post-release update (#25229)
* Add another post-release update.

https://sourceforge.net/p/wtl/patches/66/

* Put the WTL includes into a subdirectory again.

This reverts 1323f4b8.

* Update metadata.

* Update more metadata.

* Mention the source of the post-release update list

* Refresh metadata.

* Revert "Put the WTL includes into a subdirectory again."

This reverts commit 1d9c1d6120.
2022-06-17 14:10:59 -07:00

18 lines
716 B
Diff

--- 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)