ffc32a6d74
to be adressed but example programs i had installed before worked fine. The errors i currently get are: 1 Could not load Mozilla. HTML rendering will be disabled. 2 err:seh:raise_exception Exception frame is not in stack limits => unable to dispatch exception. Where 1) is annoying but 2) is more revealing.
16 lines
397 B
Text
16 lines
397 B
Text
$NetBSD: patch-cd,v 1.1 2009/09/07 20:27:25 reinoud Exp $
|
|
|
|
--- dlls/wsock32/socket.c.orig 2009-02-27 23:21:46.000000000 +0100
|
|
+++ dlls/wsock32/socket.c
|
|
@@ -23,10 +23,10 @@
|
|
#include "config.h"
|
|
#include <stdarg.h>
|
|
|
|
+#include "winsock2.h"
|
|
#include "windef.h"
|
|
#include "winbase.h"
|
|
#include "wine/debug.h"
|
|
-#include "winsock2.h"
|
|
#include "winnt.h"
|
|
#include "wscontrol.h"
|
|
#include "iphlpapi.h"
|