1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

appwiz: 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 726472fef6
commit 4bcaedb0f7

View file

@ -23,9 +23,9 @@ typedef enum {
ADDON_MONO
} addon_t;
BOOL install_addon(addon_t) DECLSPEC_HIDDEN;
BOOL install_addon(addon_t);
extern HINSTANCE hInst DECLSPEC_HIDDEN;
extern HINSTANCE hInst;
static inline WCHAR *strdupAtoW(const char *str)
{