Fix for bug #9504: compile error with verse on mingw, also fixed

in verse svn.
This commit is contained in:
Brecht Van Lommel 2008-04-28 11:05:01 +00:00
parent 8188fd9b97
commit 2706c62231

@ -32,7 +32,7 @@ typedef unsigned short uint16;
typedef short int16;
typedef unsigned char uint8;
typedef char int8;
typedef char boolean;
typedef unsigned char boolean;
#include "v_cmd_gen.h"
#include "v_network.h"