Changed __LINUX__ to __UNIXSDL__.
This commit is contained in:
@@ -20,7 +20,7 @@ along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#ifdef __LINUX__
|
||||
#ifdef __UNIXSDL__
|
||||
#include "../gblhdr.h"
|
||||
#else
|
||||
#include <math.h>
|
||||
|
||||
@@ -23,7 +23,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
#define __ZSNES__
|
||||
|
||||
#if (defined __ZSNES__ && __LINUX__)
|
||||
#if (defined __ZSNES__ && __UNIXSDL__)
|
||||
#include "../gblhdr.h"
|
||||
#else
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
//http://users.tpg.com.au/trauma/dsp/st010.html
|
||||
|
||||
#ifdef __LINUX__
|
||||
#ifdef __UNIXSDL__
|
||||
#include "gblhdr.h"
|
||||
#else
|
||||
#include <math.h> //sqrt()
|
||||
|
||||
Reference in New Issue
Block a user