]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/file.h
no changes (0 -> NULL)
[wxWidgets.git] / include / wx / file.h
index 8331e9d8df87d8a26fdde999f03506025f0fa058..0c644bfe03f273c48cee86a2a0fe97d4204a84f2 100644 (file)
@@ -58,7 +58,7 @@ public:
   // more file constants
   // -------------------
     // opening mode
   // more file constants
   // -------------------
     // opening mode
-  enum OpenMode { read, write, read_write, write_append };
+  enum OpenMode { read, write, read_write, write_append, write_excl };
     // standard values for file descriptor
   enum { fd_invalid = -1, fd_stdin, fd_stdout, fd_stderr };
 
     // standard values for file descriptor
   enum { fd_invalid = -1, fd_stdin, fd_stdout, fd_stderr };