|
From: EviLToYLeT <evi...@us...> - 2004-08-29 06:45:07
|
Update of /cvsroot/notepro/pete-current/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24784/src Modified Files: main.cpp Log Message: Index: main.cpp =================================================================== RCS file: /cvsroot/notepro/pete-current/src/main.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** main.cpp 29 Aug 2004 01:15:46 -0000 1.4 --- main.cpp 29 Aug 2004 06:44:57 -0000 1.5 *************** *** 58,65 **** LRESULT CALLBACK WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam){ switch(msg){ case WM_DESTROY: PostQuitMessage(0); return 0; ! break; } //Let windows handle the processing --- 58,68 ---- LRESULT CALLBACK WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam){ switch(msg){ + case WM_CREATE: + MessageBox(hWnd,"Anthony -- messed around with the compiler and all. Tried to optimize code generation so that the releases are small. Only did it for release. Debug was kept as default","Attention",0); + break; case WM_DESTROY: PostQuitMessage(0); return 0; ! break; } //Let windows handle the processing |