2008-11-03 09:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* include/fileio.ch
* Formatting.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user