https://bugs.winehq.org/show_bug.cgi?id=43971
Kol kol@MV8660.spb.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kol@MV8660.spb.edu
--- Comment #1 from Kol kol@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".