diff options
Diffstat (limited to 'source/port.h')
-rw-r--r-- | source/port.h | 9 |
1 files changed, 1 insertions, 8 deletions
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 <libretro.h> #endif |