We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969a056 commit 2bd3c80Copy full SHA for 2bd3c80
1 file changed
include/git2/stdint.h
@@ -29,9 +29,7 @@
29
//
30
///////////////////////////////////////////////////////////////////////////////
31
32
-#ifndef _MSC_VER // [
33
-#error "Use this header only with Microsoft Visual C++ compilers!"
34
-#endif // _MSC_VER ]
+#ifdef _MSC_VER // [
35
36
#ifndef _MSC_STDINT_H_ // [
37
#define _MSC_STDINT_H_
@@ -245,3 +243,5 @@ typedef uint64_t uintmax_t;
245
243
246
244
247
#endif // _MSC_STDINT_H_ ]
+
+#endif // _MSC_VER ]
0 commit comments