enabled sprintf_s macro
This commit is contained in:
parent
9938893ac1
commit
64634c2371
@ -75,7 +75,7 @@ typedef u8 bool;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef sprintf_s
|
#ifndef sprintf_s
|
||||||
//#define sprintf_s(BUF, BUFSIZE, FORMAT, ...) sprintf(BUF, FORMAT, ## __VA_ARGS__)
|
#define sprintf_s(BUF, BUFSIZE, FORMAT, ...) sprintf(BUF, FORMAT, ## __VA_ARGS__)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user