VirtualBox

儲存庫 vbox 的更動 18155


忽略:
時間撮記:
2009-3-23 下午05:16:17 (16 年 以前)
作者:
vboxsync
訊息:

VBoxXPCOMCGlue.c: Added a todo.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/cbinding/VBoxXPCOMCGlue.c

    r18020 r18155  
    3232*   Header Files                                                               *
    3333*******************************************************************************/
    34 
    35 #ifdef VBOX_WITH_XPCOM
    36 # define VIR_ALLOC_N(a, b) ((a) = (char *)malloc(b))
    37 # define VIR_FREE(name) (free(name))
    38 #else /* !VBOX_WITH_XPCOM */
     34#ifndef VBOX_WITH_XPCOM /** @todo Find libvirt define to test for! */
    3935# include <config.h>
    4036# include "memory.h"
     
    4743
    4844#include "VBoxXPCOMCGlue.h"
     45
    4946
    5047/*******************************************************************************
     
    6158#endif
    6259
     60#ifdef VBOX_WITH_XPCOM /** @todo Find libvirt define to test for! */
     61# define VIR_ALLOC_N(a, b) ((a) = (char *)malloc(b))
     62# define VIR_FREE(name) (free(name))
     63#endif /* !VBOX_WITH_XPCOM */
     64
     65
     66/*******************************************************************************
     67*   Global Variables                                                           *
     68*******************************************************************************/
    6369/** The dlopen handle for VBoxXPCOMC. */
    6470void *g_hVBoxXPCOMC = NULL;
     
    192198}
    193199
     200
    194201/**
    195202 * Terminate the C glue library.
     
    211218    memset(g_szVBoxErrMsg, 0, sizeof(g_szVBoxErrMsg));
    212219}
     220
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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