Fixup linux build.
This commit is contained in:
parent
3499207db6
commit
b3a1dde141
|
@ -4,6 +4,7 @@
|
||||||
#include "mic.h"
|
#include "mic.h"
|
||||||
|
|
||||||
static BOOL silence = TRUE;
|
static BOOL silence = TRUE;
|
||||||
|
int MicButtonPressed;
|
||||||
|
|
||||||
BOOL Mic_Init()
|
BOOL Mic_Init()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
#ifndef MIC_H
|
#ifndef MIC_H
|
||||||
#define MIC_H
|
#define MIC_H
|
||||||
|
|
||||||
#ifdef WIN32
|
|
||||||
extern int MicButtonPressed;
|
extern int MicButtonPressed;
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
static char MicSampleName[256];
|
static char MicSampleName[256];
|
||||||
char* LoadSample(const char *name);
|
char* LoadSample(const char *name);
|
||||||
extern int MicDisplay;
|
extern int MicDisplay;
|
||||||
|
|
Loading…
Reference in New Issue