[Bug 43971] Wine 2.20 Bcrypt compilation fails under older linux systems while Wine 2.0.3 compiles fine

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Nov 8 15:05:44 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=43971

Kol <kol at MV8660.spb.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kol at MV8660.spb.edu

--- Comment #1 from Kol <kol at MV8660.spb.edu> ---
I see this bug when compiling latest versions of Wine and
Wine-staging by GCC 4.8.1. I think that for some reasons
the compiler refuses "key" as the name of a struct type.
My workaround is to rename all instances of "struct key"
to "struct key_type" in the file "bcrypt_main.c".

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list