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 @@
#ifndef __WINESCSI_H__
#define __WINESCSI_H__
int
ASPI_GetNumControllers(void) DECLSPEC_HIDDEN;
int ASPI_GetNumControllers(void);
DWORD
ASPI_GetHCforController( int controller ) DECLSPEC_HIDDEN;
DWORD ASPI_GetHCforController( int controller );
#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