mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 01:51:49 +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 <QPrinter>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <dirent.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
@ -110,6 +109,7 @@
|
|||||||
/** \brief a separator between two directories in a path between \c ' quotes */
|
/** \brief a separator between two directories in a path between \c ' quotes */
|
||||||
#define JKQTPPATHSEPARATOR_CHAR '/'
|
#define JKQTPPATHSEPARATOR_CHAR '/'
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <dirent.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user