appwiz: Remove DECLSPEC_HIDDEN usage.
This commit is contained in:
parent
726472fef6
commit
4bcaedb0f7
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue