summaryrefslogtreecommitdiff
path: root/ldmicro/windows.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ldmicro/windows.cpp')
-rw-r--r--ldmicro/windows.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/ldmicro/windows.cpp b/ldmicro/windows.cpp
new file mode 100644
index 0000000..286aa7c
--- /dev/null
+++ b/ldmicro/windows.cpp
@@ -0,0 +1,13 @@
+void OutputDebugString(char* str)
+{
+
+}
+
+double GetTickCount(void)
+{
+// timespec now;
+// clock_gettime()
+// if (clock_gettime(CLOCK_MONOTONIC, &now))
+// return 0;
+ return 10.2;//now.tv_sec * 1000.0 + now.tv_nsec / 1000000.0;
+} \ No newline at end of file