- Remove ridiculous hack.

svn path=/trunk/; revision=56751
This commit is contained in:
Thomas Faber 2012-06-19 16:54:12 +00:00
parent 75ac603cd4
commit f33159eb3e

View 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 */