mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-24 17:41:39 +08:00
MSVC: dirent.h is not available
Maybe we have to use an alternative Windows implementation
This commit is contained in:
parent
76df3202a9
commit
d160668bc6
@ -41,7 +41,6 @@
|
||||
#include <QPrinter>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <dirent.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
@ -110,6 +109,7 @@
|
||||
/** \brief a separator between two directories in a path between \c ' quotes */
|
||||
#define JKQTPPATHSEPARATOR_CHAR '/'
|
||||
#include <unistd.h>
|
||||
#include <dirent.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user