comparison loader/com.h @ 9967:b0d1b415320c

cygwin support patch by Sascha Sommer and some fixes by me
author alex
date Mon, 21 Apr 2003 21:06:08 +0000
parents 174e2a58b4cd
children 11cee15b1a8f
comparison
equal deleted inserted replaced
9966:9aeb20839969 9967:b0d1b415320c
1 #ifndef AVIFILE_COM_H 1 #ifndef AVIFILE_COM_H
2 #define AVIFILE_COM_H 2 #define AVIFILE_COM_H
3 3
4 #ifdef HAVE_CONFIG_H 4 #include "config.h"
5 #include <config.h> 5
6 #endif
7 #ifdef HAVE_STDINT_H 6 #ifdef HAVE_STDINT_H
8 #include <stdint.h> 7 #include <stdint.h>
9 #else 8 #else
10 #include <inttypes.h> 9 #include <inttypes.h>
11 #endif 10 #endif
12 11
13 /** 12 /**
14 * Internal functions and structures for COM emulation code. 13 * Internal functions and structures for COM emulation code.
15 */ 14 */
16 15
17 #ifndef WIN32 16 #if !defined(WIN32) || defined(__CYGWIN__) || defined(__MINGW32)
18 17
19 #ifdef __cplusplus 18 #ifdef __cplusplus
20 extern "C" { 19 extern "C" {
21 #endif 20 #endif
22 21