From 61359f95bf2447714fd7e9a08dc1f9a1414b76ce Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Sun, 15 Feb 2009 10:33:31 +0000 Subject: remove DLLEXTERN svn-id: r38223 --- engines/sci/include/console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/include/console.h') diff --git a/engines/sci/include/console.h b/engines/sci/include/console.h index 9051b6bcd9..e56ab5e461 100644 --- a/engines/sci/include/console.h +++ b/engines/sci/include/console.h @@ -49,7 +49,7 @@ #include "sci/include/gfx_operations.h" -extern DLLEXTERN int con_passthrough; +extern int con_passthrough; /* Echo all sciprintf() stuff to the text console */ extern FILE *con_file; /* Echo all sciprintf() output to a text file. Note: clients of freesci.dll -- cgit v1.2.3