- Timestamp:
- Sep 1, 2008 9:19:52 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/src/module/_xpcom.cpp
r11903 r11904 585 585 using namespace com; 586 586 587 #include <iprt/runtime.h> 587 #include <iprt/initterm.h> 588 #include <iprt/string.h> 589 #include <iprt/alloca.h> 588 590 #include <iprt/stream.h> 589 591 … … 591 593 void 592 594 initVBoxPython() { 593 static bool vboxInited = false;594 if (! vboxInited) {595 static bool s_vboxInited = false; 596 if (!s_vboxInited) { 595 597 int rc = 0; 596 598
Note:
See TracChangeset
for help on using the changeset viewer.