VirtualBox

Changeset 41374 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 21, 2012 6:04:03 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78068
Message:

wddm/3d/crogl: backdoor logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxCrHgsmi.h

    r40483 r41374  
    3030/* enable this in case we include this in a dll*/
    3131# ifdef IN_VBOXCRHGSMI
    32 #  define VBOXCRHGSMI_DECL(a_Type) DECLEXPORT(a_Type)
     32#  define VBOXCRHGSMI_DECL(a_Type) DECLEXPORT(a_Type) RTCALL
    3333# else
    34 #  define VBOXCRHGSMI_DECL(a_Type) DECLIMPORT(a_Type)
     34#  define VBOXCRHGSMI_DECL(a_Type) DECLIMPORT(a_Type) RTCALL
    3535# endif
    3636#else
    3737/*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
    3939#endif
    4040
     
    6363VBOXCRHGSMI_DECL(int) VBoxCrHgsmiTerm(void);
    6464
    65 VBOXCRHGSMI_DECL(void) VBoxCrHgsmiLog(char * szString);
    66 
    67 VBOXCRHGSMI_DECL(int) VBoxCrHgsmiTerm(void);
    68 
    6965VBOXCRHGSMI_DECL(int) VBoxCrHgsmiCtlConGetClientID(PVBOXUHGSMI pHgsmi, uint32_t *pu32ClientID);
    7066VBOXCRHGSMI_DECL(int) VBoxCrHgsmiCtlConCall(PVBOXUHGSMI pHgsmi, struct VBoxGuestHGCMCallInfo *pCallInfo, int cbCallInfo);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette