--- include/ogg/os_types.h Tue Sep 2 05:09:14 2003 +++ ../libogg-1.1.new/include/ogg/os_types.h Sun Jan 2 15:35:02 2005 @@ -35,12 +35,12 @@ typedef unsigned __int16 ogg_uint16_t; # else /* Cygwin */ - #include <_G_config.h> - typedef _G_int64_t ogg_int64_t; - typedef _G_int32_t ogg_int32_t; - typedef _G_uint32_t ogg_uint32_t; - typedef _G_int16_t ogg_int16_t; - typedef _G_uint16_t ogg_uint16_t; + #include + typedef int64_t ogg_int64_t; + typedef int32_t ogg_int32_t; + typedef uint32_t ogg_uint32_t; + typedef int16_t ogg_int16_t; + typedef uint16_t ogg_uint16_t; # endif #elif defined(__MACOS__)