gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog plugin/win32/plugin.cpp


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog plugin/win32/plugin.cpp
Date: Mon, 26 May 2008 08:39:59 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/05/26 08:39:59

Modified files:
        .              : ChangeLog 
        plugin/win32   : plugin.cpp 

Log message:
                * plugin/win32/plugin.cpp: use boost cstdint for portability.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6706&r2=1.6707
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/win32/plugin.cpp?cvsroot=gnash&r1=1.16&r2=1.17

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6706
retrieving revision 1.6707
diff -u -b -r1.6706 -r1.6707
--- ChangeLog   26 May 2008 08:03:16 -0000      1.6706
+++ ChangeLog   26 May 2008 08:39:58 -0000      1.6707
@@ -1,5 +1,9 @@
 2008-05-26 Benjamin Wolsey <address@hidden>
 
+       * plugin/win32/plugin.cpp: use boost cstdint for portability.
+
+2008-05-26 Benjamin Wolsey <address@hidden>
+
        * plugin/win32/plugin.cpp: fscommand is now registered with the
          movie_root.
 

Index: plugin/win32/plugin.cpp
===================================================================
RCS file: /sources/gnash/gnash/plugin/win32/plugin.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- plugin/win32/plugin.cpp     26 May 2008 08:03:17 -0000      1.16
+++ plugin/win32/plugin.cpp     26 May 2008 08:39:59 -0000      1.17
@@ -65,7 +65,7 @@
 #include <wingdi.h>
 
 #include <cstdarg>
-#include <cstdint>
+#include <boost/cstdint.hpp>
 #include <fstream>
 
 #include "plugin.h"
@@ -332,7 +332,7 @@
 
 NPError
 nsPluginInstance::NewStream(NPMIMEType type, NPStream *stream,
-        NPBool seekable, uint16_t *stype)
+        NPBool seekable, boost::uint16_t *stype)
 {
     DBG("nsPluginInstance::NewStream\n");
     DBG("stream->url: %s\n", stream->url);




reply via email to

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