Kaynağa Gözat

Skins2: try to fix compilation in ANSI mode

Jean-Baptiste Kempf 12 yıl önce
ebeveyn
işleme
4a1beda8e1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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);
 }