VirtualBox

Changeset 11904 in vbox for trunk/src


Ignore:
Timestamp:
Sep 1, 2008 9:19:52 AM (16 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.

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