Changeset 50188 in vbox
- Timestamp:
- Jan 23, 2014 4:55:14 PM (11 years ago)
- Location:
- trunk/src/VBox/Main/cbinding
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/capiidl.xsl
r50187 r50188 193 193 typedef const BSTR CBSTR; 194 194 #endif /* !__cplusplus */ 195 196 #define VBOX_WINAPI WINAPI 195 197 196 198 #define ComSafeArrayAsInParam(f) (f) … … 803 805 #endif /* __cplusplus */ 804 806 807 #define VBOX_WINAPI 805 808 806 809 /* Various COM types defined by their XPCOM equivalent */ -
trunk/src/VBox/Main/cbinding/tstCAPIGlue.c
r50183 r50188 92 92 * @param iInfo Platform dependent detail info (ignored). 93 93 */ 94 static BOOL ctrlCHandler(DWORD iInfo)94 static BOOL WINAPI ctrlCHandler(DWORD iInfo) 95 95 { 96 96 (void)iInfo;
Note:
See TracChangeset
for help on using the changeset viewer.