From b289ad278abc718541085d6980a43ca3d6e21504 Mon Sep 17 00:00:00 2001 From: erikd Date: Sun, 13 Apr 2008 12:26:40 +0000 Subject: Minor fixes to allow cross compiling from Linux to windows and running the tests under Wine. svn path=/trunk/ogg/; revision=14725 --- include/ogg/os_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/ogg/os_types.h b/include/ogg/os_types.h index cb0c280..2f52c2f 100644 --- a/include/ogg/os_types.h +++ b/include/ogg/os_types.h @@ -35,6 +35,7 @@ typedef int64_t ogg_int64_t; typedef uint64_t ogg_uint64_t; # elif defined(__MINGW32__) +# include typedef short ogg_int16_t; typedef unsigned short ogg_uint16_t; typedef int ogg_int32_t; -- cgit v1.2.1