Fix cabman build breakage, when compiling it on Windows hosts with GCC

(this is true, other tested build configurations did not make any problems :-P)

svn path=/trunk/; revision=28396
This commit is contained in:
Colin Finck 2007-08-18 13:46:12 +00:00
parent 3f2d0a1c8d
commit 64e01f1c3a

View file

@ -16,13 +16,16 @@
#include <time.h>
#include <typedefs64.h>
typedef unsigned short USHORT, *PUSHORT;
#define _W64
#include <unistd.h>
#ifndef MAX_PATH
#define MAX_PATH 260
#endif
#endif
#ifndef _W64
#define _W64
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>