[vlc-commits] Skins2: try to fix compilation in ANSI mode

Jean-Baptiste Kempf git at videolan.org
Tue Jan 15 13:05:55 CET 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jan 15 13:04:50 2013 +0100| [4a1beda8e1866a2554cc67649d6a1acb2a7e9318] | committer: Jean-Baptiste Kempf

Skins2: try to fix compilation in ANSI mode

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4a1beda8e1866a2554cc67649d6a1acb2a7e9318
---

 modules/gui/skins2/win32/win32_factory.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/skins2/win32/win32_factory.cpp b/modules/gui/skins2/win32/win32_factory.cpp
index e6f1ec3..0866fd2 100644
--- a/modules/gui/skins2/win32/win32_factory.cpp
+++ b/modules/gui/skins2/win32/win32_factory.cpp
@@ -490,7 +490,7 @@ void Win32Factory::rmDir( const string &rPath )
         FOF_SILENT,
         false,
         NULL,
-        TEXT("") };
+        L"" };
 
      SHFileOperationW(&file_op);
 }



More information about the vlc-commits mailing list