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:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user