Changeset 1880 for trunk/dll/undel.c
- Timestamp:
- Oct 12, 2015, 8:26:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/undel.c
r1846 r1880 28 28 #include <string.h> 29 29 #include <ctype.h> 30 // #include <process.h> // _beginthread31 30 32 31 #define INCL_DOS … … 216 215 strcpy(s, (CHAR *)mp2); 217 216 AddBackslashToPath(s); 218 //if (s[strlen(s) - 1] != '\\')219 // strcat(s, "\\");220 217 strcat(s, "*"); 221 218 WinSetDlgItemText(hwnd, UNDEL_ENTRY, s); … … 262 259 } 263 260 else 264 DosSleep(100); //05 Aug 07 GKY 500261 DosSleep(100); 265 262 } 266 263 refresh = FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.