Author: tfaber Date: Tue Jun 19 16:54:12 2012 New Revision: 56751
URL: http://svn.reactos.org/svn/reactos?rev=56751&view=rev Log: [WS2_32] - Remove ridiculous hack.
Modified: trunk/reactos/dll/win32/ws2_32/misc/dllmain.c
Modified: trunk/reactos/dll/win32/ws2_32/misc/dllmain.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ws2_32/misc/dllma... ============================================================================== --- trunk/reactos/dll/win32/ws2_32/misc/dllmain.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/ws2_32/misc/dllmain.c [iso-8859-1] Tue Jun 19 16:54:12 2012 @@ -18,9 +18,6 @@ //DWORD DebugTraceLevel = DEBUG_ULTRA; DWORD DebugTraceLevel = 0; #endif /* DBG */ - -/* To make the linker happy */ -VOID WINAPI KeBugCheck (ULONG BugCheckCode) {}
HINSTANCE g_hInstDll; HANDLE GlobalHeap;