]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
Initial import of wxWebKitCtrl sources and htmlctrl (right now wxWebKit) sample.
[wxWidgets.git] / 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;