FIXE: Linux/Windows compilation : revert the code of the 'void dir(...)' function for windows.
This commit is contained in:
parent
78f9800b17
commit
c5f77a12df
1 changed files with 2 additions and 3 deletions
|
@ -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…
Reference in a new issue