Symbian: Must define scumm_va_copy also for Symbian
This commit is contained in:
parent
511e7c5163
commit
8475d7f142
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@
|
|||
#define scumm_va_copy va_copy
|
||||
#elif defined(__va_copy)
|
||||
#define scumm_va_copy __va_copy
|
||||
#elif defined(_MSC_VER)
|
||||
#elif defined(_MSC_VER) || defined (__SYMBIAN32__)
|
||||
#define scumm_va_copy(dst, src) ((dst) = (src))
|
||||
#else
|
||||
#error scumm_va_copy undefined for this port
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue