Changeset 7339 in vbox for trunk/include
- Timestamp:
- Mar 6, 2008 5:47:18 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28757
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r7293 r7339 469 469 /** Write protect error. */ 470 470 #define VERR_WRITE_PROTECT (-113) 471 /** Sharing viol etion, file is being used by another process. */471 /** Sharing violation, file is being used by another process. */ 472 472 #define VERR_SHARING_VIOLATION (-114) 473 473 /** Unable to lock a region of a file. */
Note:
See TracChangeset
for help on using the changeset viewer.