]> git.saurik.com Git - wxWidgets.git/commitdiff
Include wx/defs.h before testing for wxUSE_RADIOBOX.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 29 Sep 2010 13:45:51 +0000 (13:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 29 Sep 2010 13:45:51 +0000 (13:45 +0000)
We need to include wx/defs.h that (indirectly) defines wxUSE_RADIOBOX
before testing for it in wx/radiobox.h, otherwise the test may fail if the
latter header is the first wx header included by the user code.

This is similar to r65210 fix for wxUSE_CHECKLISTBOX.

Closes #12526.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/radiobox.h

index d5d0582026b81ec3079c42521a5243ed6bb6581d..6807523119fd59ab4541a7fdb3152386c87ab733 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef _WX_RADIOBOX_H_BASE_
 #define _WX_RADIOBOX_H_BASE_
 
 #ifndef _WX_RADIOBOX_H_BASE_
 #define _WX_RADIOBOX_H_BASE_
 
+#include "wx/defs.h"
+
 #if wxUSE_RADIOBOX
 
 #include "wx/ctrlsub.h"
 #if wxUSE_RADIOBOX
 
 #include "wx/ctrlsub.h"