Skip to content

Commit

Permalink
src: add NODE_EXTERN to class definition
Browse files Browse the repository at this point in the history
This should be part of public class definitions for Windows
embedders who use a DLL interface for accessing Node.

PR-URL: #22559
Reviewed-By: Daniel Bevenius <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
addaleax authored and targos committed Sep 3, 2018
1 parent c8e586c commit cfca851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.h
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ NODE_EXTERN void FreeArrayBufferAllocator(ArrayBufferAllocator* allocator);
class IsolateData;
class Environment;

class MultiIsolatePlatform : public v8::Platform {
class NODE_EXTERN MultiIsolatePlatform : public v8::Platform {
public:
virtual ~MultiIsolatePlatform() { }
// Returns true if work was dispatched or executed. New tasks that are
Expand Down

0 comments on commit cfca851

Please sign in to comment.