Changeset 2703 for trunk/src/lib/nt/ntstat.c
- Timestamp:
- Nov 21, 2013, 1:26:35 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/nt/ntstat.c
r2702 r2703 358 358 359 359 /* On things like pagefile.sys we may get sharing violation. */ 360 if ( GetLastError() == ERROR_SHARING_VIOLATION)360 if (errno == ETXTBSY) 361 361 { 362 362 /** @todo Fall back on the parent directory enum if we run into a sharing … … 365 365 rc = -1; 366 366 } 367 368 #if 1369 if (strchr(pszPath, ';'))370 __debugbreak();371 #endif372 367 373 368 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.