comparison: src/stdinc.h
src/stdinc.h
- changeset 75
- ba4bc497c6a7
- parent 57
- 68018eac46c3
- child 79
- e4592d0292e7
equal
deleted
inserted
replaced
| 30 #include <stdio.h> |
30 #include <stdio.h> |
| 31 #include <string.h> |
31 #include <string.h> |
| 32 #include <stdbool.h> |
32 #include <stdbool.h> |
| 33 #include <stdlib.h> |
33 #include <stdlib.h> |
| 34 #include <dirent.h> |
34 #include <dirent.h> |
| |
35 #ifdef _MSC_VER |
| |
36 #define strcasecmp _stricmp |
| |
37 #if __STDC_VERSION__ < 202300L |
| |
38 #define strdup _strdup |
| |
39 #endif |
| |
40 #endif |
| 35 |
41 |
| 36 #endif /* STDINC_H_ */ |
42 #endif /* STDINC_H_ */ |