mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
No charconv for MSVC < 16.4.
https://docs.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance?view=vs-2019#note_charconv
This commit is contained in:
parent
db408df395
commit
068e752aa7
@ -12,6 +12,10 @@
|
|||||||
# define NO_CHARCONV
|
# define NO_CHARCONV
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined _MSC_VER && _MSC_VER < 1924
|
||||||
|
# define NO_CHARCONV
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef NO_CHARCONV
|
#ifdef NO_CHARCONV
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user