Changeset 47052 in vbox for trunk/src/VBox/Runtime/r3/win/pipe-win.cpp
- Timestamp:
- Jul 9, 2013 12:16:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/pipe-win.cpp
r44529 r47052 725 725 if (RT_SUCCESS(rc)) 726 726 { 727 /* No concurrent readers, sorry. */727 /* No concurrent writers, sorry. */ 728 728 if (pThis->cUsers == 0) 729 729 { … … 840 840 if (RT_SUCCESS(rc)) 841 841 { 842 /* No concurrent readers, sorry. */842 /* No concurrent writers, sorry. */ 843 843 if (pThis->cUsers == 0) 844 844 {
Note:
See TracChangeset
for help on using the changeset viewer.