]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filefn.h
use wxChar* instead of wxString for string constants, cuts object size by ~1200 bytes
[wxWidgets.git] / include / wx / filefn.h
index 0f3d25f3889de49c07b4450c920c9d39dc93b87e..5839b81095086494c71f1d55d1f859449589062a 100644 (file)
@@ -545,9 +545,13 @@ WXDLLIMPEXP_BASE bool wxFindFileInPath(wxString *pStr, const wxChar *pszPath, co
 // On non-Windows platform, probably just return the empty string.
 WXDLLIMPEXP_BASE wxString wxGetOSDirectory();
 
+#if wxUSE_DATETIME
+
 // Get file modification time
 WXDLLIMPEXP_BASE time_t wxFileModificationTime(const wxString& filename);
 
+#endif // wxUSE_DATETIME
+
 // Parses the wildCard, returning the number of filters.
 // Returns 0 if none or if there's a problem,
 // The arrays will contain an equal number of items found before the error.