diff options
Diffstat (limited to 'ldmicro/windows.cpp')
-rw-r--r-- | ldmicro/windows.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ldmicro/windows.cpp b/ldmicro/windows.cpp deleted file mode 100644 index 286aa7c..0000000 --- a/ldmicro/windows.cpp +++ /dev/null @@ -1,13 +0,0 @@ -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 |