- Timestamp:
- 05/30/11 23:49:33 (14 years ago)
- Location:
- ps/trunk/source/lib/sysdep
- Files:
-
- 2 edited
-
filesystem.h (modified) (1 diff)
-
os/win/wposix/wfilesystem.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ps/trunk/source/lib/sysdep/filesystem.h
r9550 r9581 62 62 // 63 63 64 // transfer directly to/from user's buffer. 65 // treated as a request to enable aio. 66 #ifndef O_DIRECT // i.e. Windows or OS X 67 #define O_DIRECT 0x10000000 // (value does not conflict with any current Win32 _O_* flags.) 68 #endif 69 64 70 // Win32 _wsopen_s does not open files in a manner compatible with waio. 65 71 // if its aio_read/aio_write are to be used, waio_open must (also) be called. -
ps/trunk/source/lib/sysdep/os/win/wposix/wfilesystem.h
r9550 r9581 55 55 56 56 // 57 // <fcntl.h>58 59 // transfer directly to/from user's buffer.60 // treated as a request to enable aio (see filesystem.h).61 // value does not conflict with any current Win32 _O_* flags.62 #define O_DIRECT 0x1000000063 64 65 //66 57 // <unistd.h> 67 58 //
Note:
See TracChangeset
for help on using the changeset viewer.
