From c4fac37bd0035ac19ab0279941d4f1a2eb118409 Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Mon, 9 Jul 2012 01:23:20 +0200 Subject: WINTERMUTE: Start removing useless Windows-only code, and the compiler-references. --- engines/wintermute/dcscript.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engines/wintermute/dcscript.h') diff --git a/engines/wintermute/dcscript.h b/engines/wintermute/dcscript.h index a4a608da46..7969e049b0 100644 --- a/engines/wintermute/dcscript.h +++ b/engines/wintermute/dcscript.h @@ -139,10 +139,10 @@ typedef enum { // compiler interface -typedef byte *(WINAPI DLL_LOAD_FILE)(void *Data, char *Filename, uint32 *Size); -typedef void (WINAPI DLL_CLOSE_FILE)(void *Data, byte *Buffer); -typedef void (WINAPI DLL_ADD_ERROR)(void *Data, int Line, char *Text); -typedef void (WINAPI DLL_PARSE_ELEMENT)(void *Data, int Line, int Type, void *ElementData); +typedef byte *(DLL_LOAD_FILE)(void *data, char *filename, uint32 *size); +typedef void (DLL_CLOSE_FILE)(void *data, byte *buffer); +typedef void (DLL_ADD_ERROR)(void *data, int line, char *text); +typedef void (DLL_PARSE_ELEMENT)(void *data, int line, int type, void *elementData); typedef struct { DLL_LOAD_FILE *Dll_LoadFile; -- cgit v1.2.3