From d40209bbc4c52519c1455fed6b61906fdd53a06c Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Thu, 3 Nov 2005 22:14:34 +0000 Subject: [PATCH] Build fix after last commit. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/toplevel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/toplevel.h b/include/wx/toplevel.h index 07966dfe1a..0a2392e446 100644 --- a/include/wx/toplevel.h +++ b/include/wx/toplevel.h @@ -154,8 +154,8 @@ public: // return true if the frame is in fullscreen mode virtual bool IsFullScreen() const = 0; -#if !defined(__WXMSW__) && \ - !defined(__WXMOTIF__) +#if defined(__WXMSW__) || \ + defined(__WXMOTIF__) // FIXME: This is work in progress about moving SetTitle/GetTitle from wxWindow // to wxTopLevelWindow so initially enabled in wxMSW only to observe results -- 2.45.2