mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
[CRYPT32] Global variable compatibility update for gcc 10.
Imported Wine commit 5740b735cdb44fb89a41f3090dcc3dabf360ab41 Signed-off-by: Michael Cronenworth <mike@cchtml.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
98aabbcf9f
commit
351fa5120a
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ BOOL WINAPI CRYPT_AsnEncodePubKeyInfoNoNull(DWORD dwCertEncodingType,
|
||||||
*/
|
*/
|
||||||
HCRYPTPROV WINAPI I_CryptGetDefaultCryptProv(ALG_ID);
|
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_init(void) DECLSPEC_HIDDEN;
|
||||||
void crypt_oid_free(void) DECLSPEC_HIDDEN;
|
void crypt_oid_free(void) DECLSPEC_HIDDEN;
|
||||||
|
|
Loading…
Reference in a new issue