diff options
Diffstat (limited to 'include/unistd.h')
-rw-r--r-- | include/unistd.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h new file mode 100644 index 000000000..9bb36d7e0 --- /dev/null +++ b/include/unistd.h @@ -0,0 +1,7 @@ +#ifndef __UNISTD_H__
+#define __UNISTD_H__
+
+#define strcasecmp _stricmp
+#define snprintf _snprintf
+
+#endif
|