X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=os.hpp;h=52f70eb5a772275a5b4992d2a6e20204a6245445;hb=3ee6353c27a74163c18207867e5cf72dba460962;hp=94d0cf3c4a6941907c70a827c20fe84014453517;hpb=8fbdd3aff14448a8096a5b466d55b3154e836df5;p=apitrace diff --git a/os.hpp b/os.hpp index 94d0cf3..52f70eb 100644 --- a/os.hpp +++ b/os.hpp @@ -26,6 +26,9 @@ #ifndef _OS_HPP_ #define _OS_HPP_ +#include +#include + #ifdef WIN32 #ifndef snprintf #define snprintf _snprintf @@ -51,7 +54,7 @@ void ReleaseMutex(void); bool GetProcessName(char *str, size_t size); bool GetCurrentDir(char *str, size_t size); -void DebugMessage(const char *str); +void DebugMessage(const char *format, ...); void Abort(void);