From 8ee64db5c11a34de69fd6b5cdefe41235f80e3dd Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 20 Feb 2005 10:35:51 +0000 Subject: [PATCH] Fix for compilo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/ownerdrw.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/msw/ownerdrw.cpp b/src/msw/ownerdrw.cpp index e0a59c64ef..e7a3ec6453 100644 --- a/src/msw/ownerdrw.cpp +++ b/src/msw/ownerdrw.cpp @@ -39,6 +39,10 @@ #if wxUSE_OWNER_DRAWN +#ifndef SPI_GETKEYBOARDCUES +#define SPI_GETKEYBOARDCUES 0x100A +#endif + class wxMSWSystemMenuFontModule : public wxModule { public: -- 2.47.2