Commit eb9756d7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Windrive: use TEXT macro as applicable

parent 3703b44d
...@@ -58,7 +58,7 @@ static int Open (vlc_object_t *obj) ...@@ -58,7 +58,7 @@ static int Open (vlc_object_t *obj)
LONG drives = GetLogicalDrives (); LONG drives = GetLogicalDrives ();
char mrl[12] = "file:///A:/", name[3] = "A:"; char mrl[12] = "file:///A:/", name[3] = "A:";
TCHAR path[4] = "A:\\"; TCHAR path[4] = TEXT("A:\\");
for (char d = 0; d < 26; d++) for (char d = 0; d < 26; d++)
{ {
......
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