netprofm: Remove DECLSPEC_HIDDEN usage.

This commit is contained in:
Alistair Leslie-Hughes 2023-07-10 18:59:28 +10:00 committed by Alexandre Julliard
parent 4a83ffa45d
commit 314f113cba

View file

@ -16,4 +16,4 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
HRESULT list_manager_create(void **) DECLSPEC_HIDDEN;
HRESULT list_manager_create(void **);