From: Mart Raudsepp Date: Thu, 6 Apr 2006 12:06:37 +0000 (+0000) Subject: wxGTK2: No need to check for __WXGTK20__ here either (and test cia script again) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5e08131542dd06b284465d5325b9479b960d080e wxGTK2: No need to check for __WXGTK20__ here either (and test cia script again) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/clipbrd.cpp b/src/gtk/clipbrd.cpp index e5aec7830b..7fc00a539e 100644 --- a/src/gtk/clipbrd.cpp +++ b/src/gtk/clipbrd.cpp @@ -35,7 +35,7 @@ GdkAtom g_clipboardAtom = 0; GdkAtom g_targetsAtom = 0; GdkAtom g_timestampAtom = 0; -#if defined(__WXGTK20__) && wxUSE_UNICODE +#if wxUSE_UNICODE extern GdkAtom g_altTextAtom; #endif @@ -548,7 +548,7 @@ bool wxClipboard::IsSupported( const wxDataFormat& format ) while (m_waiting) gtk_main_iteration(); -#if defined(__WXGTK20__) && wxUSE_UNICODE +#if wxUSE_UNICODE if (!m_formatSupported && format == wxDataFormat(wxDF_UNICODETEXT)) { // Another try with plain STRING format