Fix compile warning.

This commit is contained in:
Jan Vidar Krey
2011-01-03 00:12:40 +01:00
parent 9b57279628
commit 4c238dd946
2 changed files with 5 additions and 1 deletions

View File

@@ -246,6 +246,10 @@ typedef unsigned __int64 uint64_t;
#define strcasecmp _stricmp
#define strncasecmp _strnicmp
#define atoll _atoi64
#include <io.h>
#define open _open
#define close _close
#define read _read
#endif
#endif /* HAVE_UHUB_SYSTEM_H */