From 54d73f3d7834d8f7b87c40ac337f4fa2f6212f7a Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Sat, 15 May 2004 16:56:16 +0000 Subject: [PATCH] wxUniversal compilation fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/window.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/msw/window.h b/include/wx/msw/window.h index 9c19488f92..d40b27c79d 100644 --- a/include/wx/msw/window.h +++ b/include/wx/msw/window.h @@ -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; -- 2.45.2