mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-04 22:58:44 +00:00
began to work on docs
This commit is contained in:
Vendored
+3
-1
@@ -229,7 +229,7 @@ STBSP__PUBLICDEC void STB_SPRINTF_DECORATE(set_separators)(char comma, char peri
|
||||
|
||||
#ifdef STB_SPRINTF_IMPLEMENTATION
|
||||
|
||||
// NOTE(Ed): Modifying because I don't want to introduce this kind of mess to the gencpp parser
|
||||
// NOTE(Ed): Modifying these typedef defines to typedefs because I don't want to introduce this kind of mess to the gencpp parser
|
||||
|
||||
// #define stbsp__uint32 unsigned int
|
||||
// #define stbsp__int32 signed int
|
||||
@@ -260,6 +260,8 @@ typedef unsigned short stbsp__uint16;
|
||||
# endif
|
||||
#endif
|
||||
|
||||
// NOTE(Ed) - END OF: Modifying these typedef defines to typedefs because I don't want to introduce this kind of mess to the gencpp parser
|
||||
|
||||
#ifndef STB_SPRINTF_MSVC_MODE // used for MSVC2013 and earlier (MSVC2015 matches GCC)
|
||||
# if defined(_MSC_VER) && (_MSC_VER < 1900)
|
||||
# define STB_SPRINTF_MSVC_MODE
|
||||
|
||||
Reference in New Issue
Block a user