mirror of
https://github.com/wolfpld/tracy
synced 2025-05-02 13:43:52 +00:00
Add missing function ptr prototypes.
This commit is contained in:
parent
d46eebf794
commit
49f0ca5339
@ -11,6 +11,8 @@
|
|||||||
#if defined _WIN32
|
#if defined _WIN32
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
extern "C" typedef LONG (WINAPI *t_RtlGetVersion)( PRTL_OSVERSIONINFOW );
|
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__
|
#elif defined __linux__
|
||||||
# include <sys/utsname.h>
|
# include <sys/utsname.h>
|
||||||
#elif defined __APPLE__
|
#elif defined __APPLE__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user