Changeset 771 for trunk/dll/mainwnd.c
- Timestamp:
- Aug 6, 2007, 5:05:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r735 r771 4897 4897 } 4898 4898 else 4899 DosSleep( 64);4899 DosSleep(32);//05 Aug 07 GKY 64 4900 4900 4901 4901 hwndFrame = WinQueryWindow(hwnd, QW_PARENT); … … 4904 4904 * create frame children (not client children, frame children) 4905 4905 */ 4906 DosSleep(1 L);4906 DosSleep(1); 4907 4907 WinQueryWindowPos(hwndFrame, &swp); 4908 4908 oldproc = WinSubclassWindow(hwndFrame, MainFrameWndProc); … … 5810 5810 WinSendMsg(hwndTree, WM_CLOSE, MPVOID, MPVOID); 5811 5811 } 5812 DosSleep(1 L);5812 DosSleep(1); 5813 5813 return 0; // Hold off WM_QUIT 5814 5814
Note:
See TracChangeset
for help on using the changeset viewer.