From f51569626c4041bedc3bd7b8cf305f7a6ae5b10a Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 24 Mar 2015 11:43:18 +0100 Subject: [PATCH] msi: Mark internal symbols with hidden visibility. --- dlls/msi/msipriv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msi/msipriv.h b/dlls/msi/msipriv.h index 2b959997445..a953d2872e7 100644 --- a/dlls/msi/msipriv.h +++ b/dlls/msi/msipriv.h @@ -39,7 +39,7 @@ #include "wine/debug.h" static const BOOL is_64bit = sizeof(void *) > sizeof(int); -BOOL is_wow64; +BOOL is_wow64 DECLSPEC_HIDDEN; #define MSI_DATASIZEMASK 0x00ff #define MSITYPE_VALID 0x0100 -- 2.11.4.GIT