mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[SECUR32] Do not declare global variables in a header
This commit is contained in:
@@ -110,7 +110,7 @@ SECURITY_STATUS SEC_ENTRY ntlm_DeleteSecurityContext(PCtxtHandle) DECLSPEC_HIDDE
|
||||
SECURITY_STATUS SEC_ENTRY ntlm_MakeSignature(PCtxtHandle, ULONG, PSecBufferDesc, ULONG) DECLSPEC_HIDDEN;
|
||||
SECURITY_STATUS SEC_ENTRY ntlm_VerifySignature(PCtxtHandle, PSecBufferDesc, ULONG, PULONG) DECLSPEC_HIDDEN;
|
||||
|
||||
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;
|
||||
|
||||
#endif /* __WINE_NTLM_H__ */
|
||||
|
||||
Reference in New Issue
Block a user