summaryrefslogtreecommitdiffstats
path: root/src/skel/crossplatform.h
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-01-21 03:40:56 +0100
committerwithmorten <morten.with@gmail.com>2021-01-21 19:42:51 +0100
commit034df61f3c2757b28c082101fd0f38054263c0ed (patch)
tree24c3362300297f399149e903f29ba47b24b65303 /src/skel/crossplatform.h
parentMerge remote-tracking branch 'upstream/master' into cw (diff)
downloadre3-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 'src/skel/crossplatform.h')
-rw-r--r--src/skel/crossplatform.h1
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