gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/libltdl ltdl.c


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash/libltdl ltdl.c
Date: Fri, 24 Nov 2006 14:42:21 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Vitaly Alexeev <alexeev>        06/11/24 14:42:21

Modified files:
        libltdl        : ltdl.c 

Log message:
                * libbase\sharelib.cpp: fixed VC++ compiler errors
                * libbase\extension.cpp: fixed VC++ compiler errors
                * libltdl\ltdl.c: fixed VC++ compiler errors

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libltdl/ltdl.c?cvsroot=gnash&r1=1.2&r2=1.3

Patches:
Index: ltdl.c
===================================================================
RCS file: /sources/gnash/gnash/libltdl/ltdl.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- ltdl.c      19 Nov 2006 17:39:01 -0000      1.2
+++ ltdl.c      24 Nov 2006 14:42:21 -0000      1.3
@@ -25,6 +25,19 @@
 
 */
 
+// win32 hack
+#if defined(_WIN32) || defined(WIN32)
+#define HAVE_STDLIB_H 1
+#define HAVE_STDIO_H 1
+#define HAVE_STRING_H 1
+#define HAVE_CTYPE_H 1
+#define HAVE_ERRNO_H 1
+#define __WINDOWS__ 1
+#define error_t int
+#define LTDL_OBJDIR ""
+#endif
+
+
 #if HAVE_CONFIG_H
 #  include <config.h>
 #endif
@@ -135,9 +148,6 @@
 #  include <dmalloc.h>
 #endif
 
-
-
-
 /* --- WINDOWS SUPPORT --- */
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]