Last change
on this file since 367 was
364,
checked in by djay, 12 years ago
|
Update to make ZOO-Kernel able to compile and run from Windows Platforms. A special thanks to Espen Messel, Knut Landmark and Benrd Härtwig for providing many patches that I can successfully apply on the SVN source tree and to Farkas for continuing requesting for ZOO-Kernel to run on Windows platforms privately and through the ZOO-Discuss mailing list.
|
-
Property svn:eol-style set to
native
-
Property svn:mime-type set to
text/x-chdr
|
File size:
456 bytes
|
Line | |
---|
1 | #ifndef __STRICT_AINSI__ |
---|
2 | |
---|
3 | #include <io.h> |
---|
4 | #include <process.h> |
---|
5 | #define mode_t int |
---|
6 | #define strtok_r strtok_s |
---|
7 | #define S_IRWXU _S_IREAD|_S_IWRITE |
---|
8 | #define S_IRGRP _S_IREAD|_S_IWRITE |
---|
9 | #define S_IROTH _S_IREAD|_S_IWRITE |
---|
10 | #define S_IXGRP _S_IREAD|_S_IWRITE |
---|
11 | #define S_IXOTH _S_IREAD|_S_IWRITE |
---|
12 | #define S_IWOTH _S_IREAD|_S_IWRITE |
---|
13 | #define S_IRUSR _S_IREAD |
---|
14 | #define S_IXGRP _S_IREAD|_S_IWRITE |
---|
15 | #define S_IWGRP _S_IREAD|_S_IWRITE |
---|
16 | #define S_IWUSR _S_IREAD|_S_IWRITE |
---|
17 | |
---|
18 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.