[PATCH 07/12] secur32: Global variable compatibility update for gcc 10

Michael Cronenworth mike at cchtml.com
Thu Jan 23 17:05:25 CST 2020


https://gcc.gnu.org/gcc-10/porting_to.html#common

Signed-off-by: Michael Cronenworth <mike at cchtml.com>
---
 dlls/secur32/secur32_priv.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/secur32/secur32_priv.h b/dlls/secur32/secur32_priv.h
index 5ed26d67ef..1f77955cfd 100644
--- a/dlls/secur32/secur32_priv.h
+++ b/dlls/secur32/secur32_priv.h
@@ -190,8 +190,8 @@ void SECUR32_arc4Cleanup(arc4_info *a4i) DECLSPEC_HIDDEN;
 #define NTLMSSP_NEGOTIATE_56                        0x80000000
 
 
-SecPkgInfoW *ntlm_package_infoW DECLSPEC_HIDDEN;
-SecPkgInfoA *ntlm_package_infoA DECLSPEC_HIDDEN;
+extern SecPkgInfoW *ntlm_package_infoW DECLSPEC_HIDDEN;
+extern SecPkgInfoA *ntlm_package_infoA DECLSPEC_HIDDEN;
 
 /* schannel internal interface */
 typedef struct schan_imp_session_opaque *schan_imp_session;
-- 
2.24.1




More information about the wine-devel mailing list