Skip to content

Commit

Permalink
[FIX] : fix compilation on unix
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Jul 6, 2024
1 parent 0a90d70 commit 9a34ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ImGuiFileDialog/Test_FileManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifdef WIN32
#include <direct.h> // _chdir
#define GetCurrentDir _getcwd
#elif defined(UNIX)
#else
#include <unistd.h> // chdir
#define GetCurrentDir getcwd
#endif
Expand Down

0 comments on commit 9a34ab8

Please sign in to comment.