mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-10 16:23:08 +00:00
GCC also should understand this syntax
This commit is contained in:
parent
dfb22aa3a8
commit
22ce0576da
@ -54,11 +54,7 @@ static bool __plugin_open(RIO *io, const char *file, bool many) {
|
||||
}
|
||||
|
||||
// mingw32 toolchain doesnt have this symbol
|
||||
#ifdef _MSC_VER
|
||||
static HANDLE (WINAPI *r2_OpenThread)(
|
||||
#else
|
||||
static HANDLE WINAPI (*r2_OpenThread)(
|
||||
#endif
|
||||
DWORD dwDesiredAccess,
|
||||
BOOL bInheritHandle,
|
||||
DWORD dwThreadId
|
||||
|
Loading…
x
Reference in New Issue
Block a user