X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2bda0e173844e8e0f8acf4e8ad8b5c26e5c6fe5d..51d55e1c0cb6d783164f5c8550f424ea3b49c051:/include/wx/msw/dirdlg.h diff --git a/include/wx/msw/dirdlg.h b/include/wx/msw/dirdlg.h index bbe29b3de5..71886f18c5 100644 --- a/include/wx/msw/dirdlg.h +++ b/include/wx/msw/dirdlg.h @@ -5,12 +5,12 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef __DIRDLGH__ -#define __DIRDLGH__ +#ifndef _WX_DIRDLG_H_ +#define _WX_DIRDLG_H_ #ifdef __GNUG__ #pragma interface "dirdlg.h" @@ -18,6 +18,8 @@ #include "wx/dialog.h" +WXDLLEXPORT_DATA(extern const wxChar*) wxFileSelectorPromptStr; + class WXDLLEXPORT wxDirDialog: public wxDialog { DECLARE_DYNAMIC_CLASS(wxDirDialog) @@ -44,4 +46,4 @@ protected: }; #endif - // __DIRDLGH__ + // _WX_DIRDLG_H_