Changeset 1860 for trunk/dll/treecnr.c
- Timestamp:
- Aug 22, 2015, 4:30:34 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/treecnr.c
r1858 r1860 101 101 12 Jul 15 GKY Fixed trap caused by pci->pszFileName being NullStr 102 102 07 Aug 15 SHL Rework to use AddFleshWorkRequest rather than direct calls to Stubby/Flesh/Unflesh 103 20 Aug 15 SHL Sync with SetFleshFocusPath mods 103 104 104 105 ***********************************************************************/ … … 1092 1093 # endif 1093 1094 } 1094 DosPostEventSem(CompactSem);1095 xDosPostEventSem(CompactSem); 1095 1096 if (!PostMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID)) 1096 1097 WinSendMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID); … … 1981 1982 free(dir); 1982 1983 else 1983 SetFleshFocus Drive(*dir);1984 SetFleshFocusPath(dir); 1984 1985 } 1985 1986 }
Note:
See TracChangeset
for help on using the changeset viewer.