]> git.sesse.net Git - vlc/blobdiff - src/config/dirs.c
WinCE: more missing functions fixes
[vlc] / src / config / dirs.c
index 16cbf8134c85f4f26b506be6a3e741ff7da7d862..24a651a0dd1294b27c2f175f7890644acefcc531 100644 (file)
@@ -82,6 +82,9 @@ static const char *GetDir( bool b_appdata, bool b_common_appdata )
     wchar_t wdir[MAX_PATH];
 
 # if defined (UNDER_CE)
+    /*There are some errors in cegcc headers*/
+#undef SHGetSpecialFolderPath
+    BOOL WINAPI SHGetSpecialFolderPath(HWND,LPWSTR,int,BOOL);
     if( SHGetSpecialFolderPath( NULL, wdir, CSIDL_APPDATA, 1 ) )
 # else
     /* Get the "Application Data" folder for the current user */