Skip to content

Commit

Permalink
fixup! Add support for Node.js 14, drop for < 10
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed May 18, 2020
1 parent 6317148 commit b59428b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ffi.h
@@ -1,3 +1,6 @@
#include <uv.h>
#include <napi.h>

#include <limits.h>
#include <errno.h>
#ifndef __STDC_LIMIT_MACROS
Expand All @@ -20,9 +23,6 @@
#define FFI_BUILDING
#include <ffi.h>

#include <uv.h>
#include <napi.h>

#define FFI_ASYNC_ERROR static_cast<ffi_status>(1)

namespace FFI {
Expand Down

0 comments on commit b59428b

Please sign in to comment.