Kaydet (Commit) 28c1c143 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use HAVE_STDINT_H instead of _MSC_VER

Change-Id: I921f5adc72bb0c83389f74659127c4512fc93738
üst 84d25248
...@@ -303,7 +303,7 @@ ...@@ -303,7 +303,7 @@
#include <langinfo.h> #include <langinfo.h>
+#endif +#endif
#include <locale.h> #include <locale.h>
+#ifdef _MSC_VER +#ifndef HAVE_STDINT_H
+typedef int int32_t; +typedef int int32_t;
+#else +#else
#include <stdint.h> #include <stdint.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment