Commit f279301d authored by Pierre Ynard's avatar Pierre Ynard

WinCE: work-around for network file test

Work around the missing PathIsNetworkPathW() function...
(cherry picked from commit 1e1269ba)
parent d5ed04a3
......@@ -73,6 +73,7 @@
#elif defined( UNDER_CE )
/* FIXME the commandline on wince is a mess */
# define dup(a) -1
# define PathIsNetworkPathW(wpath) (! wcsncmp(wpath, L"\\\\", 2))
#endif
#include <vlc_charset.h>
......
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