aboutsummaryrefslogtreecommitdiff
path: root/src/game/ScriptedPch.h
diff options
context:
space:
mode:
authorXanadu <none@none>2010-02-05 00:31:28 +0100
committerXanadu <none@none>2010-02-05 00:31:28 +0100
commita5d1bc77abc275402240bec1380fa87f04461ba8 (patch)
treef33b3e3f10a4f0723d85b5bec4764f4518501c06 /src/game/ScriptedPch.h
parentb0b261585f4c410736548cd536642cb104cb7023 (diff)
A great purge of obsolete macros.
--HG-- branch : trunk
Diffstat (limited to 'src/game/ScriptedPch.h')
-rw-r--r--src/game/ScriptedPch.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/game/ScriptedPch.h b/src/game/ScriptedPch.h
index 8a5e4bff428..50e5b939034 100644
--- a/src/game/ScriptedPch.h
+++ b/src/game/ScriptedPch.h
@@ -25,13 +25,7 @@
#ifdef WIN32
#include <windows.h>
-/*BOOL APIENTRY DllMain( HANDLE hModule,
-DWORD ul_reason_for_call,
-LPVOID lpReserved
-)
-{
- return true;
-}*/
+
#endif
#endif