Commit 8cd1e751 authored by Geoffroy Couprie's avatar Geoffroy Couprie

WinCE: header fix

parent 42245cef
...@@ -30,7 +30,9 @@ ...@@ -30,7 +30,9 @@
#if defined( WIN32 ) #if defined( WIN32 )
# define _WIN32_IE IE5 # define _WIN32_IE IE5
# include <w32api.h> # include <w32api.h>
#ifndef UNDER_CE
# include <direct.h> # include <direct.h>
#endif
# include <shlobj.h> # include <shlobj.h>
#else #else
# include <unistd.h> # include <unistd.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