FIXE: Linux/Windows compilation : revert the code of the 'void dir(...)' function for windows.

--HG--
branch : ig_elevaton_port_to_linux
hg/feature/sse2
liria 12 years ago
parent 46d99e4a6d
commit 6b750cf042

@ -35,14 +35,13 @@
#include "nel/3d/scene_group.h"
#include <dirent.h>
#ifdef NL_OS_WINDOWS
#include <windows.h>
#else
#include <dirent.h>
#include <sys/types.h>
#include <unistd.h>
#endif
#include <unistd.h> /* getcwd,chdir -- replacement for getCurDiretory & setCurDirectory on windows */
// ---------------------------------------------------------------------------

Loading…
Cancel
Save