Changeset 44494 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Jan 31, 2013 2:09:13 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83518
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/pipe-win.cpp
r44469 r44494 1389 1389 /* update counters. */ 1390 1390 pThis->cUsers--; 1391 /** @todo This isn't sane, or is it? See OS/2 impl. */ 1391 1392 if (!pThis->cUsers) 1392 1393 pThis->hPollSet = NIL_RTPOLLSET;
Note:
See TracChangeset
for help on using the changeset viewer.