aboutsummaryrefslogtreecommitdiff
path: root/src/StormCommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/StormCommon.h')
-rw-r--r--src/StormCommon.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/StormCommon.h b/src/StormCommon.h
index 1e67a27..bf82039 100644
--- a/src/StormCommon.h
+++ b/src/StormCommon.h
@@ -513,5 +513,13 @@ void DumpFileTable(TFileEntry * pFileTable, DWORD dwFileTableSize);
#endif
+/*
+#ifdef _DEBUG
+void SFileLog(const char * format, ...);
+#else
+inline void SFileLog(...) {}
+#endif
+*/
+
#endif // __STORMCOMMON_H__