VirtualBox

儲存庫 vbox 的更動 11904


忽略:
時間撮記:
2008-9-1 上午09:19:52 (16 年 以前)
作者:
vboxsync
訊息:

VBoxPython: iprt includes (runtime.h takes the lot).

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/libs/xpcom18a4/python/src/module/_xpcom.cpp

    r11903 r11904  
    585585using namespace com;
    586586
    587 #include <iprt/runtime.h>
     587#include <iprt/initterm.h>
     588#include <iprt/string.h>
     589#include <iprt/alloca.h>
    588590#include <iprt/stream.h>
    589591
     
    591593void
    592594initVBoxPython() {
    593   static bool vboxInited = false;
    594   if (!vboxInited) {
     595  static bool s_vboxInited = false;
     596  if (!s_vboxInited) {
    595597    int rc = 0;
    596598
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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