You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Symptom
Waf: Entering directory `r:\node55\out'
[29/30] cxx: src\platform_win32.cc -> out\Release\src\platform_win32_5.o
..\src\platform_win32.cc: In static member function 'static int node::Platform::GetMemory(size_t_, size_t_)':
..\src\platform_win32.cc:203:3: error: 'PROCESS_MEMORY_COUNTERS' was not declared in this scope
..\src\platform_win32.cc:203:27: error: expected ';' before 'pmc'
..\src\platform_win32.cc:205:49: error: 'pmc' was not declared in this scope
..\src\platform_win32.cc:205:65: error: 'GetProcessMemoryInfo' was not declared in this scope
..\src\platform_win32.cc:210:10: error: 'pmc' was not declared in this scope
Waf: Leaving directory `r:\node55\out'
Build failed: -> task failed (err #1):
{task: cxx platform_win32.cc -> platform_win32_5.o}
Patch
in .\src\platform_win32.h
add line #include <psapi.h>
The text was updated successfully, but these errors were encountered: