mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
1
node.gyp
1
node.gyp
@@ -112,6 +112,7 @@
|
||||
# we need to use node's preferred "win32" rather than gyp's preferred "win"
|
||||
'PLATFORM="win32"',
|
||||
],
|
||||
'libraries': [ '-lpsapi.lib' ]
|
||||
},{ # POSIX
|
||||
'defines': [ '__POSIX__' ],
|
||||
'sources': [
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
#endif
|
||||
|
||||
#include <platform_win32.h>
|
||||
#include <psapi.h>
|
||||
|
||||
namespace node {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user