]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/dirctrlg.cpp
corrected IMPLEMENT_DYNAMIC_CLASS macros to ensure that the controls are seen to...
[wxWidgets.git] / src / generic / dirctrlg.cpp
index 4aaa290e8b20a8aad18c664c88ae04572e389475..68b26d6b6d56f90cd48cdcc7c5bc2957458f36cc 100644 (file)
@@ -83,7 +83,6 @@
         #include <stdlib.h>
         #include <ctype.h>
     #endif
-    extern bool wxIsDriveAvailable(const wxString& dirName);
 #endif // __OS2__
 
 #if defined(__WXMAC__)
@@ -99,6 +98,8 @@
 #undef GetFirstChild
 #endif
 
+bool wxIsDriveAvailable(const wxString& dirName);
+
 // ----------------------------------------------------------------------------
 // wxGetAvailableDrives, for WINDOWS, DOS, OS2, MAC, UNIX (returns "/")
 // ----------------------------------------------------------------------------