Unverified Commit 1396a9b5 by Edward Thomson Committed by GitHub

Merge pull request #6020 from lolgear/refactoring/stdint_ifdef_condition_has_been_reverted

Stdint header condition has been reverted.
parents bfdba8ee 2bd3c80e
......@@ -29,9 +29,7 @@
//
///////////////////////////////////////////////////////////////////////////////
#ifndef _MSC_VER // [
#error "Use this header only with Microsoft Visual C++ compilers!"
#endif // _MSC_VER ]
#ifdef _MSC_VER // [
#ifndef _MSC_STDINT_H_ // [
#define _MSC_STDINT_H_
......@@ -245,3 +243,5 @@ typedef uint64_t uintmax_t;
#endif // _MSC_STDINT_H_ ]
#endif // _MSC_VER ]
\ No newline at end of file
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