From 4516f6a2f608d081366ad0eefc712f1112253402 Mon Sep 17 00:00:00 2001 From: KoellM Date: Mon, 11 Jan 2021 00:00:28 +0800 Subject: [PATCH] Fix msvc build --- ext/ffi_c/Function.h | 4 ---- ext/ffi_c/MemoryPointer.h | 4 ---- ext/ffi_c/Pointer.h | 4 ---- 3 files changed, 12 deletions(-) diff --git a/ext/ffi_c/Function.h b/ext/ffi_c/Function.h index 052aaf6a2..406b4d828 100644 --- a/ext/ffi_c/Function.h +++ b/ext/ffi_c/Function.h @@ -34,11 +34,7 @@ extern "C" { #endif -#ifndef _MSC_VER # include -#else -# include "win32/stdbool.h" -#endif #include diff --git a/ext/ffi_c/MemoryPointer.h b/ext/ffi_c/MemoryPointer.h index 12576838a..8106030a7 100644 --- a/ext/ffi_c/MemoryPointer.h +++ b/ext/ffi_c/MemoryPointer.h @@ -31,11 +31,7 @@ #ifndef RBFFI_MEMORYPOINTER_H #define RBFFI_MEMORYPOINTER_H -#ifndef _MSC_VER # include -#else -# include "win32/stdbool.h" -#endif #include #ifdef __cplusplus diff --git a/ext/ffi_c/Pointer.h b/ext/ffi_c/Pointer.h index 2d868518e..b3d6c85f1 100644 --- a/ext/ffi_c/Pointer.h +++ b/ext/ffi_c/Pointer.h @@ -30,11 +30,7 @@ #ifndef RBFFI_POINTER_H #define RBFFI_POINTER_H -#ifndef _MSC_VER # include -#else -# include "win32/stdbool.h" -#endif #ifdef __cplusplus extern "C" {