aboutsummaryrefslogtreecommitdiff
path: root/include/unistd.h
blob: 55e6815f3e4f0322d12f2fdf36dba24f1de6087d (plain)
1
2
3
4
5
6
7
8
9
#ifndef __UNISTD_H__
#define __UNISTD_H__

#define strcasecmp _stricmp
#define snprintf _snprintf
#define strdup _strdup

#include <X11\Xw32defs.h>
#endif