Changeset 94230 in vbox for trunk/include/VBox
- Timestamp:
- Mar 14, 2022 7:27:02 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150486
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/HGCMMock.h
r94228 r94230 61 61 #if defined(IN_RING3) /* Only R3 parts implemented so far. */ 62 62 63 extern "C" DECLCALLBACK(DECLEXPORT(int)) VBoxHGCMSvcLoad (VBOXHGCMSVCFNTABLE *ptable); 63 RT_C_DECLS_BEGIN 64 65 DECLCALLBACK(DECLEXPORT(int)) VBoxHGCMSvcLoad(VBOXHGCMSVCFNTABLE *ptable); 66 67 RT_C_DECLS_END 64 68 65 69 # define VBGLR3DECL(type) DECL_HIDDEN_NOTHROW(type) VBOXCALL
Note:
See TracChangeset
for help on using the changeset viewer.