Changeset 771 for trunk/dll/mainwnd2.c
- Timestamp:
- Aug 6, 2007, 5:05:35 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/dll/mainwnd2.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd2.c
r689 r771 724 724 } 725 725 else 726 DosSleep( 64);726 DosSleep(32);//05 Aug 07 GKY 64 727 727 728 728 pd = xmallocz(sizeof(PERSON1DATA), pszSrcFile, __LINE__); … … 740 740 * create frame children (not client children, frame children) 741 741 */ 742 DosSleep(1 L);742 DosSleep(1); 743 743 WinQueryWindowPos(WinQueryWindow(hwnd, QW_PARENT), &swp); 744 744 oldproc = WinSubclassWindow(WinQueryWindow(hwnd, QW_PARENT), … … 1317 1317 CloseChildren(hwnd); 1318 1318 PostMsg(hwnd, UM_CLOSE, MPVOID, MPVOID); 1319 DosSleep(1 L);1319 DosSleep(1); 1320 1320 return 0; 1321 1321
Note:
See TracChangeset
for help on using the changeset viewer.
