gstreamer/win32/common/_stdint.h
Tim-Philipp Müller b2783a5c5a configure: remove AC_C_INLINE which is not needed and causes problems with MSVC
See #584835. Also update win32 files while we're at it.
2009-06-05 10:57:44 +01:00

9 lines
288 B
C

#ifndef _GST_PLUGINS_BASE__STDINT_H
#define _GST_PLUGINS_BASE__STDINT_H 1
#ifndef _GENERATED_STDINT_H
#define _GENERATED_STDINT_H "gst-plugins-base 0.10.23.1"
/* generated using gnu compiler gcc (Debian 4.3.3-10) 4.3.3 */
#define _STDINT_HAVE_STDINT_H 1
#include <stdint.h>
#endif
#endif