gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/libbase URL.cpp


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash/libbase URL.cpp
Date: Mon, 12 Jun 2006 17:15:35 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Vitaly Alexeev <alexeev>        06/06/12 17:15:35

Modified files:
        libbase        : URL.cpp 

Log message:
        porting to WIN32

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/URL.cpp?cvsroot=gnash&r1=1.12&r2=1.13

Patches:
Index: URL.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/URL.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- URL.cpp     8 Jun 2006 04:16:19 -0000       1.12
+++ URL.cpp     12 Jun 2006 17:15:35 -0000      1.13
@@ -58,8 +58,10 @@
 #include <sys/stat.h>
 
 #if defined(_WIN32) || defined(WIN32)
-# include <direct.h>
 # define PATH_MAX 255
+# define __PRETTY_FUNCTION__ __FUNCDNAME__
+# include <winsock2.h>
+# include <direct.h>
 #else
 # include <unistd.h>
 #endif




reply via email to

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