Module: wine Branch: master Commit: f9bd79dce22e102d68678c99c78020c5dee7ed13 URL: https://gitlab.winehq.org/wine/wine/-/commit/f9bd79dce22e102d68678c99c78020c...
Author: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Fri Jul 7 18:38:51 2023 +1000
dinput: Remove DECLSPEC_HIDDEN usage.
---
dlls/dinput/device_private.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dlls/dinput/device_private.h b/dlls/dinput/device_private.h index 13201cc7178..feeade7def6 100644 --- a/dlls/dinput/device_private.h +++ b/dlls/dinput/device_private.h @@ -131,11 +131,11 @@ extern int dinput_device_object_index_from_id( IDirectInputDevice8W *iface, DWOR extern BOOL device_object_matches_semantic( const DIDEVICEINSTANCEW *instance, const DIOBJECTDATAFORMAT *object, DWORD semantic, BOOL exact );
-extern BOOL get_app_key(HKEY*, HKEY*) DECLSPEC_HIDDEN; -extern DWORD get_config_key( HKEY, HKEY, const WCHAR *, WCHAR *, DWORD ) DECLSPEC_HIDDEN; -extern BOOL device_instance_is_disabled( DIDEVICEINSTANCEW *instance, BOOL *override ) DECLSPEC_HIDDEN; -extern void queue_event( IDirectInputDevice8W *iface, int index, DWORD data, DWORD time, DWORD seq ) DECLSPEC_HIDDEN; +extern BOOL get_app_key(HKEY*, HKEY*); +extern DWORD get_config_key( HKEY, HKEY, const WCHAR *, WCHAR *, DWORD ); +extern BOOL device_instance_is_disabled( DIDEVICEINSTANCEW *instance, BOOL *override ); +extern void queue_event( IDirectInputDevice8W *iface, int index, DWORD data, DWORD time, DWORD seq );
-extern const GUID dinput_pidvid_guid DECLSPEC_HIDDEN; +extern const GUID dinput_pidvid_guid;
#endif /* __WINE_DLLS_DINPUT_DINPUTDEVICE_PRIVATE_H */