mirror of
https://github.com/ValveSoftware/Proton
synced 2025-08-31 06:35:23 +00:00
vrclient: Get rid of DECLSPEC_HIDDEN.
This commit is contained in:
committed by
Arkadiusz Hiler
parent
859e51c65a
commit
1e55f9de08
@@ -60,11 +60,11 @@ struct w_steam_iface
|
||||
};
|
||||
|
||||
typedef struct w_steam_iface *(*iface_constructor)( void * );
|
||||
extern iface_constructor find_iface_constructor( const char *iface_version ) DECLSPEC_HIDDEN;
|
||||
extern iface_constructor find_iface_constructor( const char *iface_version );
|
||||
typedef void (*iface_destructor)( struct w_steam_iface * );
|
||||
extern iface_destructor find_iface_destructor( const char *iface_version ) DECLSPEC_HIDDEN;
|
||||
extern iface_destructor find_iface_destructor( const char *iface_version );
|
||||
|
||||
extern void init_rtti( char *base ) DECLSPEC_HIDDEN;
|
||||
extern void init_rtti( char *base );
|
||||
|
||||
struct w_steam_iface *create_win_interface(const char *name, void *linux_side);
|
||||
|
||||
|
Reference in New Issue
Block a user