mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
Added __WINS__ defintion check for the Symbian integration so the right function is used.
svn-id: r18390
This commit is contained in:
parent
dc3372b580
commit
1d9930e8d9
@ -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__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user