Patch #63746 revisited: Add const qualifer after version check

Octavian Voicu octavian.voicu at gmail.com
Mon Jul 26 10:46:15 CDT 2010


On Mon, Jul 26, 2010 at 2:13 PM, Uwe Bonnes
<bon at elektron.ikp.physik.tu-darmstadt.de> wrote:
> +#else
> +const SSL_METHOD *method;

Also, you accidentally removed the "static" keyword instead of
removing the "const" keyword for the #else branch (in both files).

Octavian



More information about the wine-devel mailing list