- Timestamp:
- Mar 2, 2007 5:10:37 PM (18 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile
r1167 r1169 120 120 endif 121 121 VBoxSVC_DEFS.win += VBOX_COM_OUTOFPROC_MODULE 122 VBoxSVC_DEFS.win.x86 += _WIN32_WINNT=0x0 400122 VBoxSVC_DEFS.win.x86 += _WIN32_WINNT=0x0500 123 123 VBoxSVC_DEFS.win.amd64 += _WIN32_WINNT=0x0510 124 124 VBoxSVC_INCS = \ … … 226 226 VBoxC_DEFS += VBOX_WITH_WINMM 227 227 endif 228 VBoxC_DEFS.win.x86 += _WIN32_WINNT=0x0 400228 VBoxC_DEFS.win.x86 += _WIN32_WINNT=0x0500 229 229 VBoxC_DEFS.win.amd64 += _WIN32_WINNT=0x0510 230 230 VBoxC_INCS = \ -
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r1015 r1169 2262 2262 RTPROCESS pid = NIL_RTPROCESS; 2263 2263 2264 /// @todo avoid annoying runas dialog on Win < Vista2265 2264 if (d->privileged) 2266 2265 { 2267 2266 /* Attempt to start a privileged process using the Run As dialog */ 2267 2268 AllowSetForegroundWindow (ASFW_ANY); 2268 2269 2269 2270 Bstr file = exePath;
Note:
See TracChangeset
for help on using the changeset viewer.