mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-13 16:18:33 +00:00
Fix w32 build of io.self
This commit is contained in:
parent
de08ce40df
commit
3c8e49e67e
@ -5,18 +5,6 @@
|
||||
#include <r_lib.h>
|
||||
#include <r_cons.h>
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#include <_mingw.h> /* private MinGW header */
|
||||
# ifdef __MINGW64_VERSION_MAJOR
|
||||
# define __r_mingw_w64__
|
||||
# endif
|
||||
#endif /* __MINGW32__ */
|
||||
|
||||
/* This header is not in the Mingw-w64 due to some license issues */
|
||||
#ifndef __r_mingw_w64__
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
|
||||
#if DEBUGGER
|
||||
#if __APPLE__
|
||||
#include <mach/vm_map.h>
|
||||
|
Loading…
Reference in New Issue
Block a user