Changeset 26827 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Feb 26, 2010 10:59:04 AM (15 years ago)
- Location:
- trunk/src/VBox/Runtime/r3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/os2/poll-os2.cpp
r26788 r26827 83 83 84 84 85 RTDECL(uint32_t) RTPoll SetCount(RTPOLLSET hPollSet)85 RTDECL(uint32_t) RTPollGetCount(RTPOLLSET hPollSet) 86 86 { 87 87 return UINT32_MAX; -
trunk/src/VBox/Runtime/r3/posix/poll-posix.cpp
r26824 r26827 464 464 465 465 466 RTDECL(uint32_t) RTPoll SetCount(RTPOLLSET hPollSet)466 RTDECL(uint32_t) RTPollGetCount(RTPOLLSET hPollSet) 467 467 { 468 468 /* -
trunk/src/VBox/Runtime/r3/win/poll-win.cpp
r26788 r26827 83 83 84 84 85 RTDECL(uint32_t) RTPoll SetCount(RTPOLLSET hPollSet)85 RTDECL(uint32_t) RTPollGetCount(RTPOLLSET hPollSet) 86 86 { 87 87 return UINT32_MAX;
Note:
See TracChangeset
for help on using the changeset viewer.