NOISSUE fix some OS ifdefs
This commit is contained in:
parent
94fdf13f4a
commit
9cc168c526
@ -28,11 +28,11 @@ OpSys OpSys_fromString(QString);
|
|||||||
QString OpSys_toString(OpSys);
|
QString OpSys_toString(OpSys);
|
||||||
|
|
||||||
#ifdef Q_OS_WIN32
|
#ifdef Q_OS_WIN32
|
||||||
#define currentSystem Os_Windows
|
#define currentSystem Os_Windows
|
||||||
#elif Q_OS_MAC
|
#elif defined Q_OS_MAC
|
||||||
#define currentSystem Os_OSX
|
#define currentSystem Os_OSX
|
||||||
#elif defined Q_OS_FREEBSD
|
#elif defined Q_OS_FREEBSD
|
||||||
#define currentSystem Os_FreeBSD
|
#define currentSystem Os_FreeBSD
|
||||||
#else
|
#else
|
||||||
#define currentSystem Os_Linux
|
#define currentSystem Os_Linux
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user