Changeset 41374 in vbox for trunk/include/VBox
- Timestamp:
- May 21, 2012 6:04:03 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78068
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxCrHgsmi.h
r40483 r41374 30 30 /* enable this in case we include this in a dll*/ 31 31 # ifdef IN_VBOXCRHGSMI 32 # define VBOXCRHGSMI_DECL(a_Type) DECLEXPORT(a_Type) 32 # define VBOXCRHGSMI_DECL(a_Type) DECLEXPORT(a_Type) RTCALL 33 33 # else 34 # define VBOXCRHGSMI_DECL(a_Type) DECLIMPORT(a_Type) 34 # define VBOXCRHGSMI_DECL(a_Type) DECLIMPORT(a_Type) RTCALL 35 35 # endif 36 36 #else 37 37 /*enable this in case we include this in a static lib*/ 38 # define VBOXCRHGSMI_DECL(a_Type) a_Type 38 # define VBOXCRHGSMI_DECL(a_Type) a_Type RTCALL 39 39 #endif 40 40 … … 63 63 VBOXCRHGSMI_DECL(int) VBoxCrHgsmiTerm(void); 64 64 65 VBOXCRHGSMI_DECL(void) VBoxCrHgsmiLog(char * szString);66 67 VBOXCRHGSMI_DECL(int) VBoxCrHgsmiTerm(void);68 69 65 VBOXCRHGSMI_DECL(int) VBoxCrHgsmiCtlConGetClientID(PVBOXUHGSMI pHgsmi, uint32_t *pu32ClientID); 70 66 VBOXCRHGSMI_DECL(int) VBoxCrHgsmiCtlConCall(PVBOXUHGSMI pHgsmi, struct VBoxGuestHGCMCallInfo *pCallInfo, int cbCallInfo);
Note:
See TracChangeset
for help on using the changeset viewer.