summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-13 20:34:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-13 20:36:27 +0900
commit3e7a60bfadcb33695bc4bad97ff094a377a12a47 (patch)
treee563fae1b8cb4efb7a68d78b762e3c136a6ecd72
parent4fa7deb58740d2875bf968caf869fa82f40758f3 (diff)
downloadtdenetwork-3e7a60bf.tar.gz
tdenetwork-3e7a60bf.zip
libvncserver: remove unnecessary re-definition of true/false boolean values.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--krfb/libvncserver/main.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/krfb/libvncserver/main.cpp b/krfb/libvncserver/main.cpp
index 2f9a2488..c12bc4b9 100644
--- a/krfb/libvncserver/main.cpp
+++ b/krfb/libvncserver/main.cpp
@@ -16,11 +16,6 @@ extern "C" {
#include <stdarg.h>
#include <errno.h>
- #ifndef false
- #define false 0
- #define true 1
- #endif
-
#include <sys/types.h>
#ifdef __osf__
typedef int socklen_t;
@@ -827,4 +822,4 @@ void ClientOutputHandlerObject::run(void) {
TQThread::exit();
}
-#include "main.moc" \ No newline at end of file
+#include "main.moc"