root/trunk/nt/inc/sys/file.h
| Revision 3679, 257 bytes (checked in by miyoshi, 4 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | /* |
| 2 | * sys\file.h doesn't exist on NT - only needed for these constants |
| 3 | */ |
| 4 | |
| 5 | #ifndef D_OK |
| 6 | #define F_OK 0 |
| 7 | #define X_OK 1 |
| 8 | #define W_OK 2 |
| 9 | #define R_OK 4 |
| 10 | #define D_OK 8 |
| 11 | #endif |
| 12 | |
| 13 | /* arch-tag: 7df3e73e-56bc-4ad9-b699-33149ea47959 |
| 14 | (do not change this comment) */ |
Note: See TracBrowser for help on using the browser.
