فهرست منبع

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