1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-02 02:26:38 +02:00

Removed some missed win32 debug code

This commit is contained in:
codemastr
2001-08-30 23:40:53 +00:00
parent 1e1e1cdbb6
commit e4eec40d91
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -828,3 +828,4 @@ seen. gmtime warning still there
- Converted /mkpasswd, /away, and /svsnoop to modules
- Added the ability to add aliases like /identify (complex, so see example.conf for samples)
- Added a bug reporting tool (still alpha)
- Removed some win32 debug code that was left, reported by TheEggMan
-2
View File
@@ -467,8 +467,6 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLi
hMainThread = (HANDLE)_beginthread(SocketLoop, 0, NULL);
while (GetMessage(&msg, NULL, 0, 0))
{
if (hWndMod == msg.hwnd)
MessageBox(NULL, "yea", "yea", MB_OK);
if (hWndMod == NULL || !IsDialogMessage(hWndMod, &msg)) {
TranslateMessage(&msg);
DispatchMessage(&msg);