mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 21:13:02 +01:00
Added _stricmp and _snprintf compatibilty macros for posix platforms.
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
#include "bx.h"
|
||||
#include <string.h>
|
||||
|
||||
#if BX_PLATFORM_POSIX
|
||||
# include <stdarg.h>
|
||||
# define _stricmp strcasecmp
|
||||
# define _snprintf snprintf
|
||||
#endif // BX_PLATFORM_
|
||||
|
||||
namespace bx
|
||||
{
|
||||
class CommandLine
|
||||
|
||||
Reference in New Issue
Block a user