Fix compile on non-android platforms.
This commit is contained in:
parent
a6e629669c
commit
09f450a2a8
|
@ -33,6 +33,8 @@
|
|||
//Sound driver.
|
||||
struct CNFADriver * sd;
|
||||
|
||||
int bQuitColorChord = 0;
|
||||
|
||||
|
||||
#ifdef ANDROID
|
||||
#include <unistd.h>
|
||||
|
@ -42,8 +44,6 @@ struct CNFADriver * sd;
|
|||
#include <android/log.h>
|
||||
#include <pthread.h>
|
||||
|
||||
int bQuitColorChord = 0;
|
||||
|
||||
void HandleDestroy()
|
||||
{
|
||||
bQuitColorChord = 1;
|
||||
|
|
Loading…
Reference in a new issue