forked from markus/S_New4
fix define linux
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user