forked from markus/S_New4
fix define linux
This commit is contained in:
parent
a11362018a
commit
a60e58b7fa
@ -1,8 +1,11 @@
|
|||||||
#ifndef PARAMETERMANAGER_H
|
#ifndef PARAMETERMANAGER_H
|
||||||
#define PARAMETERMANAGER_H
|
#define PARAMETERMANAGER_H
|
||||||
|
|
||||||
|
#ifndef linux
|
||||||
|
#ifndef __WIN32
|
||||||
#define linux
|
#define linux
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user