summaryrefslogtreecommitdiff
path: root/src/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/port.h')
-rw-r--r--src/port.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/port.h b/src/port.h
index 81cc42f..e6b5c1d 100644
--- a/src/port.h
+++ b/src/port.h
@@ -85,17 +85,6 @@ typedef signed char int8_32;
typedef short int16_32;
-//Defines for Extern C
-#if defined(__cplusplus) || defined(c_plusplus)
-#define EXTERN_C extern "C"
-#define START_EXTERN_C extern "C" {
-#define END_EXTERN_C }
-#else
-#define EXTERN_C extern
-#define START_EXTERN_C
-#define END_EXTERN_C
-#endif
-
//Path Defines
#ifndef PATH_MAX
#define PATH_MAX 1024
@@ -131,7 +120,7 @@ typedef short int16_32;
#undef SPC700_SHUTDOWN
#endif
-EXTERN_C void S9xGenerateSound();
+void S9xGenerateSound(void);
#ifndef _MSC_VER
void _makepath(char* path, const char* drive, const char* dir,