diff options
author | Xanadu <none@none> | 2010-02-05 00:31:28 +0100 |
---|---|---|
committer | Xanadu <none@none> | 2010-02-05 00:31:28 +0100 |
commit | a5d1bc77abc275402240bec1380fa87f04461ba8 (patch) | |
tree | f33b3e3f10a4f0723d85b5bec4764f4518501c06 /src/game/ScriptedPch.h | |
parent | b0b261585f4c410736548cd536642cb104cb7023 (diff) |
A great purge of obsolete macros.
--HG--
branch : trunk
Diffstat (limited to 'src/game/ScriptedPch.h')
-rw-r--r-- | src/game/ScriptedPch.h | 8 |
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 |