diff --git a/OpenParrot/src/Utility/Utils.cpp b/OpenParrot/src/Utility/Utils.cpp index 746774a..92aa626 100644 --- a/OpenParrot/src/Utility/Utils.cpp +++ b/OpenParrot/src/Utility/Utils.cpp @@ -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) {