wnaspi32: Remove DECLSPEC_HIDDEN usage.

This commit is contained in:
Alistair Leslie-Hughes 2023-07-12 17:42:53 +10:00 committed by Alexandre Julliard
parent 74942e2c75
commit 73b914731c

View file

@ -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 */