Commit 4bcaedb0 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

appwiz: Remove DECLSPEC_HIDDEN usage.

parent 726472fe
...@@ -23,9 +23,9 @@ typedef enum { ...@@ -23,9 +23,9 @@ typedef enum {
ADDON_MONO ADDON_MONO
} addon_t; } 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) static inline WCHAR *strdupAtoW(const char *str)
{ {
......
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