From 537fd89ed20bd6ec7a156cfc273ef309f407fd40 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. git-svn-id: http://svn.xiph.org/trunk/ogg@14725 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- 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