wok-4.x annotate virtualbox-ose/stuff/fix_build.patch @ rev 8541
Up: slang to 2.2.3. Needs -j1 to compile now.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 13 04:58:31 2011 +0000 (2011-02-13) |
parents | |
children |
rev | line source |
---|---|
slaxemulator@7474 | 1 diff -Nur VirtualBox-3.2.12_OSE.orig//src/VBox/Main/ConsoleImpl.cpp VirtualBox-3.2.12_OSE/src/VBox/Main/ConsoleImpl.cpp |
slaxemulator@7474 | 2 --- VirtualBox-3.2.12_OSE.orig//src/VBox/Main/ConsoleImpl.cpp 2010-12-01 09:09:35.000000000 -0800 |
slaxemulator@7474 | 3 +++ VirtualBox-3.2.12_OSE/src/VBox/Main/ConsoleImpl.cpp 2010-12-01 14:10:59.846374315 -0800 |
slaxemulator@7474 | 4 @@ -1074,8 +1074,10 @@ |
slaxemulator@7474 | 5 updateGuestPropertiesVRDPDisconnect(u32ClientId); |
slaxemulator@7474 | 6 #endif /* VBOX_WITH_GUEST_PROPS */ |
slaxemulator@7474 | 7 |
slaxemulator@7474 | 8 +#ifdef VBOX_WITH_VRDP |
slaxemulator@7474 | 9 if (u32Clients == 0) |
slaxemulator@7474 | 10 mcGuestCredentialsProvided = false; |
slaxemulator@7474 | 11 +#endif /* VBOX_WITH_VRDP */ |
slaxemulator@7474 | 12 |
slaxemulator@7474 | 13 LogFlowFuncLeave(); |
slaxemulator@7474 | 14 return; |