[WS2_32]
authorThomas Faber <thomas.faber@reactos.org>
Tue, 19 Jun 2012 16:54:12 +0000 (16:54 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Tue, 19 Jun 2012 16:54:12 +0000 (16:54 +0000)
- Remove ridiculous hack.

svn path=/trunk/; revision=56751

reactos/dll/win32/ws2_32/misc/dllmain.c

index bb365e0..d5c96dd 100644 (file)
@@ -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 */