2008-11-03 09:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* include/fileio.ch
    * Formatting.
This commit is contained in:
Viktor Szakats
2008-11-03 08:56:31 +00:00
parent f3e34b59f1
commit 5434b42adb
2 changed files with 7 additions and 3 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-11-03 09:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* include/fileio.ch
* Formatting.
2008-11-03 08:57 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* common.mak
* source/codepage/Makefile

View File

@@ -67,9 +67,9 @@
#define FO_READWRITE 2 /* File is opened for reading and writing */
/* File open flags */
#define FO_CREAT 0x0100 /* create and open file */
#define FO_TRUNC 0x0200 /* open with truncation */
#define FO_EXCL 0x0400 /* create and open only if file doesn't exist */
#define FO_CREAT 0x0100 /* create and open file */
#define FO_TRUNC 0x0200 /* open with truncation */
#define FO_EXCL 0x0400 /* create and open only if file doesn't exist */
/* File sharing flags */
#define FO_COMPAT 0 /* No sharing specified */