Skip to content

Commit caaeceb

Browse files
addaleaxtargos
authored andcommitted
src: add NODE_EXTERN to class definition
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]>
1 parent c52d67b commit caaeceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ NODE_EXTERN void FreeArrayBufferAllocator(ArrayBufferAllocator* allocator);
232232
class IsolateData;
233233
class Environment;
234234

235-
class MultiIsolatePlatform : public v8::Platform {
235+
class NODE_EXTERN MultiIsolatePlatform : public v8::Platform {
236236
public:
237237
virtual ~MultiIsolatePlatform() { }
238238
// Returns true if work was dispatched or executed. New tasks that are

0 commit comments

Comments
 (0)