Changeset 1511
- Timestamp:
- Apr 12, 2010, 6:36:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fm3.c
r1341 r1511 71 71 if (!WinGetMsg(hab, &qmsg, (HWND) 0, 0, 0)) { 72 72 if (qmsg.hwnd) 73 qmsg.msg = WM_CLOSE; 73 qmsg.msg = WM_CLOSE; // Map quit to close 74 74 else 75 75 break;
Note:
See TracChangeset
for help on using the changeset viewer.