Mercurial > sdl-ios-xcode
comparison VisualC.html @ 1326:9439c2f1da89
From: Hayashi Naoyuki
I tried to compile with gcc on Tru64, and got the following error.
SDL_systimer.c:45:45: error: operator '&&' has no right operand
It succeeds if changing
#if (defined _POSIX_TIMERS && _POSIX_TIMERS > 0)
to
#if (defined _POSIX_TIMERS && _POSIX_TIMERS + 0 > 0)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 03 Feb 2006 07:43:42 +0000 |
parents | e044e7c70a50 |
children | 4f896c20caf6 |
comparison
equal
deleted
inserted
replaced
1325:1dfc85090d07 | 1326:9439c2f1da89 |
---|