X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a31a5f85341a2ef131d86a1dee12f3d6c8156118..6d9713540dd22f7e81a7c11a68249f5ed35c87bd:/include/wx/mac/gauge.h diff --git a/include/wx/mac/gauge.h b/include/wx/mac/gauge.h index 849532b453..4eb5db3a69 100644 --- a/include/wx/mac/gauge.h +++ b/include/wx/mac/gauge.h @@ -6,19 +6,19 @@ // Created: 1998-01-01 // RCS-ID: $Id$ // Copyright: (c) Stefan Csomor -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_GAUGE_H_ #define _WX_GAUGE_H_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "gauge.h" #endif #include "wx/control.h" -WXDLLEXPORT_DATA(extern const char*) wxGaugeNameStr; +WXDLLEXPORT_DATA(extern const wxChar*) wxGaugeNameStr; // Group box class WXDLLEXPORT wxGauge: public wxGaugeBase