]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/dialog.h
add wxLanguageInfo::GetLocaleName(), this simplifies the current code and will be...
[wxWidgets.git] / include / wx / univ / dialog.h
index 6d92ff6d86ec477df2b893c294c3e66b20c42262..1579a3744e66a6b4227494176126e49dc51010a3 100644 (file)
 #ifndef _WX_UNIV_DIALOG_H_
 #define _WX_UNIV_DIALOG_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "univdialog.h"
-#endif
-
-extern WXDLLEXPORT_DATA(const wxChar*) wxDialogNameStr;
-class WXDLLEXPORT wxWindowDisabler;
-class WXDLLEXPORT wxEventLoop;
+extern WXDLLEXPORT_DATA(const char) wxDialogNameStr[];
+class WXDLLIMPEXP_FWD_CORE wxWindowDisabler;
+class WXDLLIMPEXP_FWD_CORE wxEventLoop;
 
 // Dialog boxes
 class WXDLLEXPORT wxDialog : public wxDialogBase