mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Add missing function ptr prototypes.
This commit is contained in:
parent
d46eebf794
commit
49f0ca5339
@ -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__
|
||||
|
Loading…
Reference in New Issue
Block a user