We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0aa50 commit 5b8eae4Copy full SHA for 5b8eae4
src/node_report.cc
@@ -33,6 +33,7 @@ using node::Environment;
33
using node::Mutex;
34
using node::NativeSymbolDebuggingContext;
35
using node::PerIsolateOptions;
36
+using node::TIME_TYPE;
37
using v8::HeapSpaceStatistics;
38
using v8::HeapStatistics;
39
using v8::Isolate;
src/node_report.h
@@ -30,10 +30,8 @@
30
namespace report {
31
32
#ifdef _WIN32
-typedef SYSTEMTIME TIME_TYPE;
#define PATHSEP "\\"
#else // UNIX, OSX
-typedef struct tm TIME_TYPE;
#define PATHSEP "/"
#endif
0 commit comments