]> git.saurik.com Git - wxWidgets.git/commitdiff
declare wxFileSelectorDefaultWildcardStr to fix compilation without PCH
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 24 May 2007 01:37:22 +0000 (01:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 24 May 2007 01:37:22 +0000 (01:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/dirctrlg.cpp

index a41fdba627fec00ab6dd4230b1d55af77308ebaa..8e0994cf03e55e16dc07bfc7e5b251dba5fd7f02 100644 (file)
@@ -93,6 +93,8 @@
     #include "dos.h"
 #endif
 
     #include "dos.h"
 #endif
 
+extern WXDLLEXPORT_DATA(const wxChar) wxFileSelectorDefaultWildcardStr[];
+
 // If compiled under Windows, this macro can cause problems
 #ifdef GetFirstChild
 #undef GetFirstChild
 // If compiled under Windows, this macro can cause problems
 #ifdef GetFirstChild
 #undef GetFirstChild