]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/filefn.h
Set TOOLKIT_LOWERCASE correctly for the various flavors of wxOSX
[wxWidgets.git] / interface / wx / filefn.h
index aa1eea43db5bb9b1207debfb1252d4edc431f3af..dc9bb6d47bfd7937e122f70acc50b11f8159865a 100644 (file)
@@ -101,6 +101,12 @@ public:
 /** @ingroup group_funcmacro_file */
 //@{
 
+/**
+    A special return value of many wxWidgets classes to indicate that
+    an invalid offset was given.
+*/
+const int wxInvalidOffset = -1;
+
 /**
     Under Unix this macro changes the current process umask to the given value,
     unless it is equal to -1 in which case nothing is done, and restores it to
@@ -110,7 +116,7 @@ public:
 
     @header{wx/filefn.h}
 */
-#define wxCHANGE_UMASK(int mask)
+#define wxCHANGE_UMASK(mask)
 
 /**
     This function returns the total number of bytes and number of free bytes on