7 Aug
2023
7 Aug
'23
10:49 a.m.
Jacek Caban (@jacek) commented about include/msasn1.h:
typedef ASN1uint32_t ASN1magic_t; typedef ASN1ztcharstring_t ASN1objectdescriptor_t;
+#define ASN1_PUBLIC __declspec(dllimport) We still need to support non-PE targets, so using __declspec like this is problematic. This should probably just use DECLSPEC_IMPORT.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3506#note_41489