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