From f33159eb3eff0ea6584f2b06ffc085f7806db56e Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Tue, 19 Jun 2012 16:54:12 +0000 Subject: [PATCH] [WS2_32] - Remove ridiculous hack. svn path=/trunk/; revision=56751 --- reactos/dll/win32/ws2_32/misc/dllmain.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/reactos/dll/win32/ws2_32/misc/dllmain.c b/reactos/dll/win32/ws2_32/misc/dllmain.c index bb365e06b0f..d5c96dd44c3 100644 --- a/reactos/dll/win32/ws2_32/misc/dllmain.c +++ b/reactos/dll/win32/ws2_32/misc/dllmain.c @@ -19,9 +19,6 @@ DWORD DebugTraceLevel = 0; #endif /* DBG */ -/* To make the linker happy */ -VOID WINAPI KeBugCheck (ULONG BugCheckCode) {} - HINSTANCE g_hInstDll; HANDLE GlobalHeap; BOOL WsaInitialized = FALSE; /* TRUE if WSAStartup() has been successfully called */