Skip to content

Commit

Permalink
Improve node port dependencies and compilation in windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Sep 2, 2020
1 parent e1d26a3 commit 9b5af56
Show file tree
Hide file tree
Showing 4 changed files with 688 additions and 409 deletions.
8 changes: 6 additions & 2 deletions source/metacall/source/metacall_fork.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@

/* -- Headers -- */

#define _WIN32_WINNT 0x0600
#define WIN32_LEAN_AND_MEAN
#ifndef _WIN32_WINNT
# define _WIN32_WINNT 0x0600
#endif
#ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>

/* -- Definitions -- */
Expand Down
Loading

0 comments on commit 9b5af56

Please sign in to comment.