[PATCH] wininet.dll compile time defines

Alex Tribble alext96 at softhome.net
Mon Nov 24 23:37:23 CST 2003


Hi,
  When upgrading to Fedora Core 1 (the new RedHat release, sort of),
wine stopped compiling for me. I was getting errors while parsing
<openssl/ssl.h>, et al. -DOPENSSL_NO_KRB5 makes these go away.

Any thoughts? Please CC me, as I'm not subscribed to the devel list.

--- wine/dlls/wininet/Makefile.in       2003-11-12 21:57:27.000000000 -0600
+++ wine/dlls/wininet/Makefile.in.new   2003-11-24 18:48:41.000000000 -0600
@@ -1,4 +1,4 @@
-EXTRADEFS = -D_WINX32_
+EXTRADEFS = -D_WINX32_ -DOPENSSL_NO_KRB5
 TOPSRCDIR = @top_srcdir@
 TOPOBJDIR = ../..
 SRCDIR    = @srcdir@

-- 
Alex Tribble <alext96 at softhome.net>




More information about the wine-patches mailing list