Fix ppc linux compile.
This commit is contained in:
@@ -7,8 +7,10 @@
|
|||||||
#if defined(WINDOWS)
|
#if defined(WINDOWS)
|
||||||
#include "LightsDriver_Win32Parallel.h"
|
#include "LightsDriver_Win32Parallel.h"
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef __PPC__
|
||||||
#if defined(LINUX)
|
#if defined(LINUX)
|
||||||
#include "LightsDriver_LinuxParallel.h"
|
#include "LightsDriver_LinuxParallel.h"
|
||||||
|
#endif
|
||||||
#include "LightsDriver_LinuxWeedTech.h"
|
#include "LightsDriver_LinuxWeedTech.h"
|
||||||
#endif
|
#endif
|
||||||
#include "LightsDriver_SystemMessage.h"
|
#include "LightsDriver_SystemMessage.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user