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 @@
#include <langinfo.h>
+#endif
#include <locale.h>
+#ifdef _MSC_VER
+#ifndef HAVE_STDINT_H
+typedef int int32_t;
+#else
#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