gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server movie_def_impl.h


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash/server movie_def_impl.h
Date: Wed, 16 Aug 2006 14:30:19 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Vitaly Alexeev <alexeev>        06/08/16 14:30:19

Modified files:
        server         : movie_def_impl.h 

Log message:
        porting to win32

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/movie_def_impl.h?cvsroot=gnash&r1=1.18&r2=1.19

Patches:
Index: movie_def_impl.h
===================================================================
RCS file: /sources/gnash/gnash/server/movie_def_impl.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- movie_def_impl.h    14 Aug 2006 23:16:57 -0000      1.18
+++ movie_def_impl.h    16 Aug 2006 14:30:19 -0000      1.19
@@ -56,6 +56,10 @@
 #include <string>
 #include <memory> // for auto_ptr
 
+#if defined(_WIN32) || defined(WIN32)
+#      include <pthread.h>
+#endif
+
 namespace gnash
 {
 




reply via email to

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