Changeset 4945 in vbox
- Timestamp:
- Sep 21, 2007 9:48:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r4894 r4945 29 29 # include <stdlib.h> 30 30 # include <string.h> 31 #elif defined(VBOX_WITH_UNIXY_TAP_NETWORKING) 32 # include <sys/wait.h> 33 # include <sys/fcntl.h> 31 34 #endif 32 35 … … 703 706 #ifdef VBOX_VRDP 704 707 uint32_t u32Clients = ASMAtomicDecU32(&console->mcVRDPClients); 705 708 706 709 if (u32Clients == 0) 707 710 {
Note:
See TracChangeset
for help on using the changeset viewer.