]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/checkbox.h
added support for POST method and alternate ports (part of patch 649438)
[wxWidgets.git] / include / wx / motif / checkbox.h
index 9f9ca5851e3cff873121580eda3059846af85f35..397fff2e11a979323291d8c6f97b40a41fa357d5 100644 (file)
 #ifndef _WX_CHECKBOX_H_
 #define _WX_CHECKBOX_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "checkbox.h"
 #endif
 
 #include "wx/control.h"
 
-WXDLLEXPORT_DATA(extern const char*) wxCheckBoxNameStr;
-
 // Checkbox item (single checkbox)
 class WXDLLEXPORT wxCheckBox: public wxCheckBoxBase
 {