]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix for compilo
authorJulian Smart <julian@anthemion.co.uk>
Sun, 20 Feb 2005 10:35:51 +0000 (10:35 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 20 Feb 2005 10:35:51 +0000 (10:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/ownerdrw.cpp

index e0a59c64ef110e0867d424582877418d897b419f..e7a3ec64537525a2ab50d909fc9f754d9a9494f8 100644 (file)
 
 #if wxUSE_OWNER_DRAWN
 
+#ifndef SPI_GETKEYBOARDCUES
+#define SPI_GETKEYBOARDCUES 0x100A
+#endif
+
 class wxMSWSystemMenuFontModule : public wxModule
 {
 public: