gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11778: Include <clocale> for std::s


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11778: Include <clocale> for std::setlocale (NLS).
Date: Wed, 20 Jan 2010 17:47:31 +0100
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11778
author: Albert Lee <address@hidden>
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Wed 2010-01-20 17:47:31 +0100
message:
  Include <clocale> for std::setlocale (NLS).
modified:
  cygnal/cvm.cpp
  gui/gnash.cpp
  utilities/processor.cpp
=== modified file 'cygnal/cvm.cpp'
--- a/cygnal/cvm.cpp    2010-01-11 06:41:38 +0000
+++ b/cygnal/cvm.cpp    2010-01-20 16:47:31 +0000
@@ -35,7 +35,7 @@
 #include <ctime>
 
 #ifdef ENABLE_NLS
-# include <locale>
+# include <clocale>
 #endif
 
 #include "ClockTime.h"

=== modified file 'gui/gnash.cpp'
--- a/gui/gnash.cpp     2010-01-11 06:41:38 +0000
+++ b/gui/gnash.cpp     2010-01-20 16:47:31 +0000
@@ -52,7 +52,7 @@
 #include <ios>
 
 #ifdef ENABLE_NLS
-# include <locale>
+# include <clocale>
 #endif
 
 #ifdef GUI_ALP

=== modified file 'utilities/processor.cpp'
--- a/utilities/processor.cpp   2010-01-11 06:41:38 +0000
+++ b/utilities/processor.cpp   2010-01-20 16:47:31 +0000
@@ -36,7 +36,7 @@
 #include <ctime>
 
 #ifdef ENABLE_NLS
-# include <locale>
+# include <clocale>
 #endif
 
 #include "MovieFactory.h"


reply via email to

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