Make cstdint.hpp work on QNX 6.6

This commit is contained in:
Mikael Olenfalk
2015-09-18 12:01:35 +02:00
parent 854a785483
commit 7d67f4171f

View File

@@ -69,7 +69,7 @@
# endif # endif
#ifdef __QNX__ #if defined(__QNX__) && defined(__EXT_QNX)
// QNX (Dinkumware stdlib) defines these as non-standard names. // QNX (Dinkumware stdlib) defines these as non-standard names.
// Reflect to the standard names. // Reflect to the standard names.