Commit 4a1beda8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Skins2: try to fix compilation in ANSI mode

parent 70d34026
...@@ -490,7 +490,7 @@ void Win32Factory::rmDir( const string &rPath ) ...@@ -490,7 +490,7 @@ void Win32Factory::rmDir( const string &rPath )
FOF_SILENT, FOF_SILENT,
false, false,
NULL, NULL,
TEXT("") }; L"" };
SHFileOperationW(&file_op); SHFileOperationW(&file_op);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment