]> git.sesse.net Git - vlc/commitdiff
Windrive: use TEXT macro as applicable
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 14 Jan 2013 17:46:30 +0000 (18:46 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 14 Jan 2013 17:46:49 +0000 (18:46 +0100)
modules/services_discovery/windrive.c

index a050338720b0fb41aac723f078f299b63975b557..bed020e59f837da8f438c721771cf6faab61a616 100644 (file)
@@ -58,7 +58,7 @@ static int Open (vlc_object_t *obj)
 
     LONG drives = GetLogicalDrives ();
     char mrl[12] = "file:///A:/", name[3] = "A:";
-    TCHAR path[4] = "A:\\";
+    TCHAR path[4] = TEXT("A:\\");
 
     for (char d = 0; d < 26; d++)
     {