Fixup linux build.

This commit is contained in:
riccardom 2009-06-03 19:10:13 +00:00
parent 3499207db6
commit b3a1dde141
2 changed files with 3 additions and 1 deletions

View File

@ -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()
{ {

View File

@ -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;