From 53311c57c4eb1ef7f91dfe87f62323c81d610f7e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 8 Aug 2016 03:51:26 +0200 Subject: Cleanups --- source/port.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'source/port.h') diff --git a/source/port.h b/source/port.h index cf03cee..9884091 100644 --- a/source/port.h +++ b/source/port.h @@ -157,7 +157,7 @@ void _splitpath(const char* path, char* drive, char* dir, char* fname, #define strncasecmp strnicmp #endif -void S9xGenerateSound(); +void S9xGenerateSound(void); #ifdef __DJGPP #define SLASH_STR "/" @@ -167,11 +167,6 @@ void S9xGenerateSound(); #define SLASH_CHAR '/' #endif -/* If including signal.h, do it before snes9.h and port.h to avoid clashes. */ -#ifndef SIG_PF -#define SIG_PF void(*)(int) -#endif - #if defined(__i386__) || defined(__i486__) || defined(__i586__) || \ defined(__WIN32__) || defined(__alpha__) #define FAST_LSB_WORD_ACCESS @@ -184,8 +179,6 @@ void S9xGenerateSound(); //#define FAST_LSB_WORD_ACCESS #endif -#define STATIC static - #include #endif -- cgit v1.2.3