From 1d9930e8d99bb8441b7faa7ad2c75083fedf5f02 Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Tue, 14 Jun 2005 20:01:46 +0000 Subject: Added __WINS__ defintion check for the Symbian integration so the right function is used. svn-id: r18390 --- gob/driver_vga.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gob') diff --git a/gob/driver_vga.cpp b/gob/driver_vga.cpp index ed703c81ce..8f7da10503 100644 --- a/gob/driver_vga.cpp +++ b/gob/driver_vga.cpp @@ -22,7 +22,7 @@ #include "gob/driver_vga.h" #include "graphics/primitives.h" -#ifdef _MSC_VER +#if defined (_MSC_VER) || defined (__WINS__) #define STUB_FUNC printf("STUB:") #else #define STUB_FUNC printf("STUB: %s\n", __PRETTY_FUNCTION__) -- cgit v1.2.3