Changeset 71715 in vbox
- Timestamp:
- Apr 6, 2018 5:49:45 PM (7 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r71183 r71715 1198 1198 VBoxProxyStub_TEMPLATE = VBOXMAINCOMP 1199 1199 VBoxProxyStub_DEFS = REGISTER_PROXY_DLL PROXY_CLSID_IS="$(VBOX_MIDL_PROXY_CLSID_IS)" \ 1200 $(if $(VBOX_WITH_SDS),VBOX_WITH_SDS,) 1200 $(if $(VBOX_WITH_SDS),VBOX_WITH_SDS,)\ 1201 $(if $(VBOX_SDS_CLIENTS_WATCHER),VBOX_SDS_CLIENTS_WATCHER,) 1201 1202 VBoxProxyStub_DEFS.win.x86 = WIN32 1202 1203 VBoxProxyStub_SDKS = VBOX_NTDLL -
trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c
r71160 r71715 187 187 /* Install RPC channel hook to intercept a moment just after VirtualBox object activation. 188 188 It's reports to VBoxSDS that a new VirtualBox API client started. */ 189 #ifdef VBOX_SDS_CLIENTS_WATCHER 189 190 if(!IsVBoxServiceProcess()) 190 191 SetupClientRpcChannelHook(); 192 #endif 191 193 192 194 #ifdef VBOX_STRICT
Note:
See TracChangeset
for help on using the changeset viewer.