Changeset 61809 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jun 22, 2016 6:53:39 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108210
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/APICInternal.h
r61807 r61809 1413 1413 */ 1414 1414 #if defined(IN_RC) || defined(IN_RING0) 1415 # ifdef __cplusplus 1416 # define APICBOTHCBDECL(type) extern "C" DECLEXPORT(type) 1417 # else 1418 # define APICBOTHCBDECL(type) DECLEXPORT(type) 1419 # endif 1415 # define APICBOTHCBDECL(type) DECLEXPORT(type) 1420 1416 #else 1421 1417 # define APICBOTHCBDECL(type) DECLCALLBACK(type)
Note:
See TracChangeset
for help on using the changeset viewer.