diff --git a/profiler/src/HttpRequest.cpp b/profiler/src/HttpRequest.cpp index 340f637d..2cac2ff6 100644 --- a/profiler/src/HttpRequest.cpp +++ b/profiler/src/HttpRequest.cpp @@ -11,6 +11,8 @@ #if defined _WIN32 # include extern "C" typedef LONG (WINAPI *t_RtlGetVersion)( PRTL_OSVERSIONINFOW ); +extern "C" typedef char* (WINAPI *t_WineGetVersion)(); +extern "C" typedef char* (WINAPI *t_WineGetBuildId)(); #elif defined __linux__ # include #elif defined __APPLE__