Commit 73b91473 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

wnaspi32: Remove DECLSPEC_HIDDEN usage.

parent 74942e2c
...@@ -19,10 +19,8 @@ ...@@ -19,10 +19,8 @@
#ifndef __WINESCSI_H__ #ifndef __WINESCSI_H__
#define __WINESCSI_H__ #define __WINESCSI_H__
int int ASPI_GetNumControllers(void);
ASPI_GetNumControllers(void) DECLSPEC_HIDDEN;
DWORD DWORD ASPI_GetHCforController( int controller );
ASPI_GetHCforController( int controller ) DECLSPEC_HIDDEN;
#endif /* #ifndef __WINESCSI_H */ #endif /* #ifndef __WINESCSI_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