Nuking preprocessor poop...
This commit is contained in:
parent
ef3ff88510
commit
767c3db297
@ -15,12 +15,13 @@ OpSys OpSys_fromString(QString);
|
||||
|
||||
#ifdef Q_OS_WIN32
|
||||
#define currentSystem Os_Windows
|
||||
#elif Q_OS_MAC
|
||||
#define currentSystem Os_OSX
|
||||
#else
|
||||
#define currentSystem Os_Linux
|
||||
#ifdef Q_OS_MAC
|
||||
#define currentSystem Os_OSX
|
||||
#else
|
||||
#define currentSystem Os_Linux
|
||||
#endif
|
||||
#endif
|
||||
|
||||
enum RuleAction
|
||||
{
|
||||
Allow,
|
||||
|
Loading…
Reference in New Issue
Block a user