summaryrefslogtreecommitdiff
path: root/library/Process-windows.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/Process-windows.cpp')
-rw-r--r--library/Process-windows.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/library/Process-windows.cpp b/library/Process-windows.cpp
index 7eb6ff5f..db58c4d3 100644
--- a/library/Process-windows.cpp
+++ b/library/Process-windows.cpp
@@ -410,6 +410,11 @@ string Process::doReadClassName (void * vptr)
return raw;
}
+uint32_t Process::getTickCount()
+{
+ return GetTickCount();
+}
+
string Process::getPath()
{
HMODULE hmod;