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

This commit is contained in:
liria 2013-06-08 16:15:41 +02:00
parent 78f9800b17
commit c5f77a12df

View file

@ -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 */
// ---------------------------------------------------------------------------