Changeset 85122 in vbox
- Timestamp:
- Jul 8, 2020 7:39:54 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/iprt/cdefs.h (modified) (1 diff)
-
src/VBox/Additions/x11/vboxvideo/VBoxVideoIPRT.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r85121 r85122 1578 1578 * @param args The argument list enclosed in parentheses. 1579 1579 * @note DECL_NOTHROW is implied, but not supported by all compilers yet. 1580 * @note Will be renamed to DECLCALLBACKMEMBER.1581 1580 */ 1582 1581 #define DECLCALLBACKMEMBER(type, name, args) DECLCALLBACKMEMBER_EX(type, RT_FAR_CODE RTCALL, name, args) -
trunk/src/VBox/Additions/x11/vboxvideo/VBoxVideoIPRT.h
r85121 r85122 111 111 #define DECLCALLBACK(type) type 112 112 #define DECLCALLBACKTYPE(type, name, args) type name args 113 #define DECLCALLBACKMEMB 32(type, name, args) type (* name) args113 #define DECLCALLBACKMEMBER(type, name, args) type (* name) args 114 114 #if __GNUC__ >= 4 115 115 # define DECLHIDDEN(type) __attribute__((visibility("hidden"))) type
Note:
See TracChangeset
for help on using the changeset viewer.

