浏览代码

Skins2: try to fix compilation in ANSI mode

Jean-Baptiste Kempf 12 年之前
父节点
当前提交
4a1beda8e1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/gui/skins2/win32/win32_factory.cpp

+ 1 - 1
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);
 }