]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filefn.h
Added bitmaps and icons to samples
[wxWidgets.git] / include / wx / filefn.h
index 8a90ad439efd6b24b56bb8128e4ae479c34225b0..a8df09a9abd4ae93337336464acc14f0bd16f72c 100644 (file)
@@ -29,6 +29,8 @@
   #define   off_t       _off_t
 #endif
 
+const off_t wxInvalidOffset = (off_t)-1;
+
 typedef enum {
   wxFromStart,
   wxFromCurrent,
@@ -71,7 +73,6 @@ void WXDLLEXPORT wxUnix2DosFilename(char *s);
 
 // Strip the extension, in situ
 void WXDLLEXPORT wxStripExtension(char *buffer);
-void WXDLLEXPORT wxStripExtension(wxString& buffer);
 
 // Get a temporary filename, opening and closing the file.
 char* WXDLLEXPORT wxGetTempFileName(const wxString& prefix, char *buf = NULL);