Parcourir la source

Skins2: try to fix compilation in ANSI mode

Jean-Baptiste Kempf il y a 12 ans
Parent
commit
4a1beda8e1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);
 }