mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-22 13:51:30 +00:00
Fixed type issue in mingw64 build.
This commit is contained in:
parent
edd6c1814f
commit
4d46ded1c5
@ -6,7 +6,7 @@
|
||||
#include <tchar.h>
|
||||
|
||||
#ifndef NTSTATUS
|
||||
#define NTSTATUS
|
||||
#define NTSTATUS DWORD
|
||||
#endif
|
||||
#ifndef WINAPI
|
||||
#define WINAPI
|
||||
|
Loading…
x
Reference in New Issue
Block a user