Changeset 30633 in vbox
- Timestamp:
- Jul 5, 2010 7:42:52 PM (15 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/VBoxXPCOMCGlue.c
r19052 r30633 5 5 6 6 /* 7 * Copyright (C) 2008-20 09Sun Microsystems, Inc.7 * Copyright (C) 2008-2010 Sun Microsystems, Inc. 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person … … 36 36 #include <stdlib.h> 37 37 #include <stdarg.h> 38 #include <stdint.h> 38 39 #include <dlfcn.h> 39 40 … … 138 139 { 139 140 PFNVBOXGETXPCOMCFUNCTIONS pfnGetFunctions; 140 pfnGetFunctions = (PFNVBOXGETXPCOMCFUNCTIONS) 141 pfnGetFunctions = (PFNVBOXGETXPCOMCFUNCTIONS)(uintptr_t) 141 142 dlsym(g_hVBoxXPCOMC, VBOX_GET_XPCOMC_FUNCTIONS_SYMBOL_NAME); 142 143 if (pfnGetFunctions) -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r30621 r30633 7122 7122 </result> 7123 7123 </desc> 7124 <param name="remove " type="boolean" dir="in">7124 <param name="removeFile" type="boolean" dir="in"> 7125 7125 <desc>If @c true remove the saved state file.</desc> 7126 7126 </param>
Note:
See TracChangeset
for help on using the changeset viewer.