From 66f958675b33dd6eb09e24acb7feec4423280502 Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Fri, 28 Sep 2018 18:27:06 -0400 Subject: [PATCH] Update comment regarding preprocessor flag --- doc/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/setup.md b/doc/setup.md index d4eb04658..36e6fc956 100644 --- a/doc/setup.md +++ b/doc/setup.md @@ -68,4 +68,4 @@ At build time, the N-API back-compat library code will be used only when the targeted node version *does not* have N-API built-in. The preprocessor directive `NODE_ADDON_API_DISABLE_DEPRECATED` can be defined at -compile time to skip the definition of deprecated APIs. +compile time before including `napi.h` to skip the definition of deprecated APIs.