Commit 172c4daf authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

msado15: Remove DECLSPEC_HIDDEN usage.

parent 04bb0500
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
#define MAKE_ADO_HRESULT( err ) MAKE_HRESULT( SEVERITY_ERROR, FACILITY_CONTROL, err ) #define MAKE_ADO_HRESULT( err ) MAKE_HRESULT( SEVERITY_ERROR, FACILITY_CONTROL, err )
HRESULT Command_create( void ** ) DECLSPEC_HIDDEN; HRESULT Command_create( void ** );
HRESULT Connection_create( void ** ) DECLSPEC_HIDDEN; HRESULT Connection_create( void ** );
HRESULT Recordset_create( void ** ) DECLSPEC_HIDDEN; HRESULT Recordset_create( void ** );
HRESULT Stream_create( void ** ) DECLSPEC_HIDDEN; HRESULT Stream_create( void ** );
typedef enum tid_t { typedef enum tid_t {
ADORecordsetConstruction_tid, ADORecordsetConstruction_tid,
...@@ -39,6 +39,6 @@ typedef enum tid_t { ...@@ -39,6 +39,6 @@ typedef enum tid_t {
LAST_tid LAST_tid
} tid_t; } tid_t;
HRESULT get_typeinfo(tid_t tid, ITypeInfo **typeinfo) DECLSPEC_HIDDEN; HRESULT get_typeinfo(tid_t tid, ITypeInfo **typeinfo);
#endif /* _WINE_MSADO15_PRIVATE_H_ */ #endif /* _WINE_MSADO15_PRIVATE_H_ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment