]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filename.h
start of alpha transparency support
[wxWidgets.git] / include / wx / filename.h
index 7e9ee03a7bc8300e84496a1ea85af7d1b0e0fa5d..debb4a330605a9865a25ba0a94051c6f7ef01b60 100644 (file)
@@ -185,7 +185,7 @@ public:
         // VZ: also need: IsDirWritable(), IsFileExecutable() &c (TODO)
 
     // time functions
-
+#if wxUSE_DATETIME
         // set the file last access/mod and creation times
         // (any of the pointers may be NULL)
     bool SetTimes(const wxDateTime *dtAccess,
@@ -208,6 +208,7 @@ public:
         (void)GetTimes(NULL, &dtMod, NULL);
         return dtMod;
     }
+#endif // wxUSE_DATETIME
 
 #ifdef __WXMAC__
     bool MacSetTypeAndCreator( wxUint32 type , wxUint32 creator ) ;