dummy info func for non-debug
This commit is contained in:
parent
739b2a25d2
commit
f6bb0c6f7c
@ -31,6 +31,10 @@ void info(bool unused, const char* format, ...)
|
||||
|
||||
OutputDebugStringA(buffer);
|
||||
}
|
||||
#else
|
||||
void info(bool unused, const char* format, ...)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
int strcmp(const char* str1, const char* str2, bool csensitive)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user