From c007afe6fd51827fade7aa15a0a798be8bd97839 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 28 Dec 2018 00:32:13 +0100 Subject: Start significantly refactoring this codebase so we can get it to work with MSVC --- src/display.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/display.h') diff --git a/src/display.h b/src/display.h index fdb1726..339e68f 100644 --- a/src/display.h +++ b/src/display.h @@ -41,7 +41,6 @@ #ifndef _DISPLAY_H_ #define _DISPLAY_H_ -START_EXTERN_C // Routines the port specific code has to implement void S9xSetPalette(); void S9xTextMode(); @@ -67,6 +66,5 @@ const char* S9xGetSnapshotDirectory(); const char* S9xGetROMDirectory(); const char* S9xGetSRAMFilename(); const char* S9xGetFilename(const char* extension); -END_EXTERN_C #endif -- cgit v1.2.3