Changeset 36503 in vbox
- Timestamp:
- Apr 1, 2011 2:01:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxDrvCfg-win.h
r36486 r36503 20 20 21 21 #include <iprt/cdefs.h> 22 #include <VBox/cdefs.h> 22 23 23 24 RT_C_DECLS_BEGIN … … 32 33 #else 33 34 /*enable this in case we include this in a static lib*/ 34 # define VBOXDRVCFG_DECL(_type) _type __stdcall35 # define VBOXDRVCFG_DECL(_type) _type VBOXCALL 35 36 #endif 36 37
Note:
See TracChangeset
for help on using the changeset viewer.