source:
bor/defs.h
@
080ef6eb120d94ba7ceaa89dffe9cd284d9a3975
| Revision 080ef6eb120d94ba7ceaa89dffe9cd284d9a3975, 199 bytes checked in by flupke <flupke@…>, 6 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #ifndef __MAINDEFS_H__ |
| 2 | #define __MAINDEFS_H__ |
| 3 | |
| 4 | /* Those are included everywhere */ |
| 5 | |
| 6 | #ifdef __linux__ |
| 7 | # define stricmp strcasecmp |
| 8 | # define __near |
| 9 | # define __far |
| 10 | # define O_BINARY 0 |
| 11 | #endif |
| 12 | |
| 13 | #endif |
Note: See TracBrowser
for help on using the repository browser.
