]> git.saurik.com Git - wxWidgets.git/commitdiff
Always define wxUSE_OWNER_DRAWN so that we don't get lots of warnings
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 24 Oct 2005 12:52:24 +0000 (12:52 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 24 Oct 2005 12:52:24 +0000 (12:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h.in

index ffac7e30721b0f82d42d68164aa56035d532b09b..41bd481b2bdc05454789ca339f4ea4bc62001668 100644 (file)
  * the common values automatically */
 #if (defined(__WIN95__) && !defined(__WXUNIVERSAL__)) || defined(__WXPM__)
 #define wxUSE_OWNER_DRAWN 1
+#else
+#define wxUSE_OWNER_DRAWN 0
 #endif
 
 #if defined(__WIN95__) && !defined(__WINE__) && !defined(__GNUWIN32_OLD__)