VirtualBox

儲存庫 vbox 的更動 17174


忽略:
時間撮記:
2009-2-26 下午04:05:01 (16 年 以前)
作者:
vboxsync
訊息:

burn fix

位置:
trunk/src/VBox/Main
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/Makefile.kmk

    r17172 r17174  
    332332 VBoxSVC_INCS.win += $(foreach VARSDK, $(VBoxSVC_SDKS), $(PATH_SDK_$(VARSDK)_INC)/crt)
    333333 #needed to include comsupp.lib
    334  VBoxSVC_LIBPATH += $(if $(VBOX_USE_VCC80),$(PATH_TOOL_VCC80_LIB),$(PATH_TOOL_VCC70_LIB))
    335  VBoxSVC_LIBS.win += wbemuuid.lib comsupp.lib
     334 VBoxSVC_LIBS.win += $(PATH_TOOL_$(VBOX_VCC_TOOL)_LIB)/comsupp.lib
     335 #VBoxSVC_LIBPATH.win += $(if $(VBOX_USE_VCC80),$(PATH_TOOL_VCC80_LIB),$(PATH_TOOL_VCC70_LIB))
     336 VBoxSVC_LIBS.win += wbemuuid.lib
    336337 VBoxSVC_LIBS.win += $(PATH_LIB)/WinNetConfig.lib
    337338 ifdef VBOX_NETFLT_ONDEMAND_BIND
  • trunk/src/VBox/Main/win/NetIfList-win.cpp

    r17173 r17174  
    4747#include "netif.h"
    4848
     49#ifdef VBOX_WITH_NETFLT
    4950#include <Wbemidl.h>
    5051#include <comdef.h>
     
    301302}
    302303
    303 VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinEnableStatic(IWbemServices * pSvc, IWbemClassObject *pObj,  in_addr* aIp,  in_addr * aMask, UINT cIp)
     304static HRESULT VBoxNetCfgWinEnableStatic(IWbemServices * pSvc, IWbemClassObject *pObj,  in_addr* aIp,  in_addr * aMask, UINT cIp)
    304305{
    305306    IWbemClassObject * pClass;
     
    461462}
    462463
    463 #ifdef VBOX_WITH_NETFLT
    464464# define VBOX_APP_NAME L"VirtualBox"
    465465
     
    651651}
    652652
     653#if 0
    653654//TODO: this is sample currently, hardcoded balues should be removed and exposed to the API
    654655static int enableStatic()
     
    659660    HRESULT hr;
    660661
    661             hr = VBoxNetCfgWinQueryINetCfg(FALSE, L"VirtualBox", &pnc, &lpszLockedBy);
     662            hr = VBoxNetCfgWinQueryINetCfg(FALSE, VBOX_APP_NAME, &pnc, &lpszLockedBy);
    662663            if(hr == S_OK)
    663664            {
     
    699700    return r;
    700701}
     702#endif
    701703
    702704int NetIfList(std::list <ComObjPtr <HostNetworkInterface> > &list)
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette