blob: b1da5d68c74fe3b0f916a6279aed1a7d004a36aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/sphinxstd.h.orig Tue May 29 19:50:47 2007
+++ src/sphinxstd.h Tue May 29 19:52:23 2007
@@ -57,9 +57,7 @@
#error "Internal 64-bit integer macros already defined."
#endif
-#if __STDC_VERSION__>=199901L || __STDC_VERSION>=199901L || defined(_STDINT_H) || defined(_STDINT_H_)
-#include <stdint.h>
-#else // no stdint.h
+#if !HAVE_STDINT_H
#if defined(_MSC_VER)
typedef __int64 int64_t;
|