crypt32: Global variable compatibility update for gcc 10.
Signed-off-by: Michael Cronenworth <mike@cchtml.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
71967608a3
commit
5740b735cd
|
@ -152,7 +152,7 @@ BOOL WINAPI CRYPT_AsnEncodePubKeyInfoNoNull(DWORD dwCertEncodingType,
|
|||
*/
|
||||
HCRYPTPROV WINAPI I_CryptGetDefaultCryptProv(ALG_ID);
|
||||
|
||||
HINSTANCE hInstance DECLSPEC_HIDDEN;
|
||||
extern HINSTANCE hInstance DECLSPEC_HIDDEN;
|
||||
|
||||
void crypt_oid_init(void) DECLSPEC_HIDDEN;
|
||||
void crypt_oid_free(void) DECLSPEC_HIDDEN;
|
||||
|
|
Loading…
Reference in New Issue