Changeset 16727 in vbox
- Timestamp:
- Feb 13, 2009 7:45:37 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42763
- Location:
- trunk/src/VBox/Main/cbinding
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/makefile.tstLinuxC
r16705 r16727 23 23 XPCOM_INCLUDE = ../../include 24 24 INCS_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 29 26 30 27 CC = gcc -
trunk/src/VBox/Main/cbinding/tstdlOpen.c
r16717 r16727 473 473 int main(int argc, char **argv) 474 474 { 475 IVirtualBox *vbox = NULL;475 IVirtualBox *vbox = NULL; 476 476 ISession *session = NULL; 477 477 PRUint32 revision = 0; … … 481 481 #ifndef USE_DYNAMIC_GLUE 482 482 void *xpcomHandle = NULL; 483 const char *xpcomdlError ;483 const char *xpcomdlError = NULL; 484 484 struct stat stIgnored; 485 485
Note:
See TracChangeset
for help on using the changeset viewer.