]> git.saurik.com Git - wxWidgets.git/commitdiff
wxUniversal compilation fix.
authorMattia Barbon <mbarbon@cpan.org>
Sat, 15 May 2004 16:56:16 +0000 (16:56 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 15 May 2004 16:56:16 +0000 (16:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/window.h

index 9c19488f92bbafa88795fc39babf5b379272f829..d40b27c79d809528f565439a7c7519aac0f84aa7 100644 (file)
@@ -502,7 +502,11 @@ public:
 #include "wx/hash.h"
 
 // pseudo-template HWND <-> wxWindow hash table
+#if WXWIN_COMPATIBILITY_2_4
+WX_DECLARE_HASH(wxWindow, wxWindowList, wxWinHashTable);
+#else
 WX_DECLARE_HASH(wxWindowMSW, wxWindowList, wxWinHashTable);
+#endif
 
 extern wxWinHashTable *wxWinHandleHash;