mirror of
https://github.com/KDE/krfb
synced 2026-07-01 15:31:19 -07:00
Avoid a compiler warning, but it seems like a tremendously bad idea to be redefining a basic type such as X's Bool anyway
svn path=/trunk/kdenetwork/krfb/; revision=151694
This commit is contained in:
@@ -47,6 +47,9 @@ typedef unsigned long KeySym;
|
||||
#define SIGNED signed
|
||||
/* for some strange reason, "typedef signed char Bool;" yields a four byte
|
||||
signed int on IRIX, but only for rfbserver.o!!! */
|
||||
#ifdef Bool
|
||||
#undef Bool
|
||||
#endif
|
||||
#define Bool signed char
|
||||
#undef FALSE
|
||||
#define FALSE 0
|
||||
|
||||
Reference in New Issue
Block a user