Skip to content
Snippets Groups Projects
Commit 4ffc3df8 authored by Lev Walkin's avatar Lev Walkin
Browse files

oserr

parent fe392827
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,9 @@ ...@@ -49,6 +49,9 @@
#ifndef EX_SOFTWARE #ifndef EX_SOFTWARE
#define EX_SOFTWARE 70 #define EX_SOFTWARE 70
#endif #endif
#ifndef EX_OSERR
#define EX_OSERR 71
#endif
#define alloca _alloca #define alloca _alloca
#define snprintf _snprintf #define snprintf _snprintf
#endif /* WIN32 */ #endif /* WIN32 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment