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