]> git.sesse.net Git - vlc/commitdiff
WinCE: header fix
authorGeoffroy Couprie <geo.couprie@gmail.com>
Fri, 10 Oct 2008 09:33:45 +0000 (11:33 +0200)
committerGeoffroy Couprie <geo.couprie@gmail.com>
Tue, 14 Oct 2008 08:12:09 +0000 (10:12 +0200)
src/config/dirs.c

index 24a651a0dd1294b27c2f175f7890644acefcc531..deb789ecee10a7faea920a2b1f0fa673736cb695 100644 (file)
@@ -30,7 +30,9 @@
 #if defined( WIN32 )
 # define _WIN32_IE IE5
 # include <w32api.h>
+#ifndef UNDER_CE
 # include <direct.h>
+#endif
 # include <shlobj.h>
 #else
 # include <unistd.h>