Add missing function ptr prototypes.

This commit is contained in:
Bartosz Taudul
2024-09-09 21:49:05 +02:00
parent d46eebf794
commit 49f0ca5339

View File

@@ -11,6 +11,8 @@
#if defined _WIN32
# include <windows.h>
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 <sys/utsname.h>
#elif defined __APPLE__