Commit 30c67775 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

wuapi: Remove DECLSPEC_HIDDEN usage.

parent b97a22fb
......@@ -16,9 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
extern HRESULT AutomaticUpdates_create( LPVOID *ppObj ) DECLSPEC_HIDDEN;
extern HRESULT UpdateSession_create( LPVOID *ppObj ) DECLSPEC_HIDDEN;
extern HRESULT UpdateSearcher_create( LPVOID *ppObj ) DECLSPEC_HIDDEN;
extern HRESULT UpdateDownloader_create( LPVOID *ppObj ) DECLSPEC_HIDDEN;
extern HRESULT UpdateInstaller_create( LPVOID *ppObj ) DECLSPEC_HIDDEN;
extern HRESULT SystemInformation_create( LPVOID *ppObj ) DECLSPEC_HIDDEN;
extern HRESULT AutomaticUpdates_create( LPVOID *ppObj );
extern HRESULT UpdateSession_create( LPVOID *ppObj );
extern HRESULT UpdateSearcher_create( LPVOID *ppObj );
extern HRESULT UpdateDownloader_create( LPVOID *ppObj );
extern HRESULT UpdateInstaller_create( LPVOID *ppObj );
extern HRESULT SystemInformation_create( LPVOID *ppObj );
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