diff options
author | withmorten <morten.with@gmail.com> | 2021-01-21 03:40:56 +0100 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-01-21 19:42:51 +0100 |
commit | 034df61f3c2757b28c082101fd0f38054263c0ed (patch) | |
tree | 24c3362300297f399149e903f29ba47b24b65303 /src/skel | |
parent | Merge remote-tracking branch 'upstream/master' into cw (diff) | |
download | re3-034df61f3c2757b28c082101fd0f38054263c0ed.tar re3-034df61f3c2757b28c082101fd0f38054263c0ed.tar.gz re3-034df61f3c2757b28c082101fd0f38054263c0ed.tar.bz2 re3-034df61f3c2757b28c082101fd0f38054263c0ed.tar.lz re3-034df61f3c2757b28c082101fd0f38054263c0ed.tar.xz re3-034df61f3c2757b28c082101fd0f38054263c0ed.tar.zst re3-034df61f3c2757b28c082101fd0f38054263c0ed.zip |
Diffstat (limited to '')
-rw-r--r-- | src/skel/crossplatform.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/skel/crossplatform.h b/src/skel/crossplatform.h index b4e6a751..e9a94cf4 100644 --- a/src/skel/crossplatform.h +++ b/src/skel/crossplatform.h @@ -118,7 +118,6 @@ struct SYSTEMTIME { void GetLocalTime_CP(SYSTEMTIME* out); #define GetLocalTime GetLocalTime_CP - #define OutputDebugString(s) re3_debug("[DBG-2]: %s\n",s) #endif |