VirtualBox

Changeset 16727 in vbox


Ignore:
Timestamp:
Feb 13, 2009 7:45:37 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42763
Message:

cbinding: Removed the unnecessary includes and
initialized the char pointer to NULL.

Location:
trunk/src/VBox/Main/cbinding
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/cbinding/makefile.tstLinuxC

    r16705 r16727  
    2323XPCOM_INCLUDE = ../../include
    2424INCS_XPCOM    = -I$(XPCOM_INCLUDE) \
    25                 -I$(XPCOM_INCLUDE)/nsprpub \
    26                 -I$(XPCOM_INCLUDE)/string \
    27                 -I$(XPCOM_INCLUDE)/xpcom \
    28                 -I$(XPCOM_INCLUDE)/ipcd
     25                -I$(XPCOM_INCLUDE)/nsprpub
    2926
    3027CC            = gcc
  • trunk/src/VBox/Main/cbinding/tstdlOpen.c

    r16717 r16727  
    473473int main(int argc, char **argv)
    474474{
    475     IVirtualBox *vbox           = NULL;
     475    IVirtualBox *vbox            = NULL;
    476476    ISession   *session          = NULL;
    477477    PRUint32    revision         = 0;
     
    481481#ifndef USE_DYNAMIC_GLUE
    482482    void       *xpcomHandle      = NULL;
    483     const char *xpcomdlError;
     483    const char *xpcomdlError     = NULL;
    484484    struct stat stIgnored;
    485485
Note: See TracChangeset for help on using the changeset viewer.

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