Added __WINS__ defintion check for the Symbian integration so the right function is used.

svn-id: r18390
This commit is contained in:
Lars Persson 2005-06-14 20:01:46 +00:00
parent dc3372b580
commit 1d9930e8d9

View File

@ -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__)