From: Julian Smart Date: Sun, 20 Feb 2005 10:35:51 +0000 (+0000) Subject: Fix for compilo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8ee64db5c11a34de69fd6b5cdefe41235f80e3dd Fix for compilo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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: