summaryrefslogtreecommitdiffstats
path: root/common/rfb/encodings.cxx
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2014-07-07 14:13:46 +0200
committerPierre Ossman <ossman@cendio.se>2014-07-07 14:13:46 +0200
commit5ad4d06006e96b1c7ff663ffcd5e406e06bae1c2 (patch)
tree659c6081230675758edcfb66a394fc1aa3e1bacb /common/rfb/encodings.cxx
parent890c10118c8a0db4fddb53a161f207c6ad23c130 (diff)
downloadtigervnc-5ad4d06006e96b1c7ff663ffcd5e406e06bae1c2.tar.gz
tigervnc-5ad4d06006e96b1c7ff663ffcd5e406e06bae1c2.zip
Remove a lot of platform compatibilty stuff
It's either not used, or no longer relevant.
Diffstat (limited to 'common/rfb/encodings.cxx')
-rw-r--r--common/rfb/encodings.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/rfb/encodings.cxx b/common/rfb/encodings.cxx
index 97f547bf..190e0324 100644
--- a/common/rfb/encodings.cxx
+++ b/common/rfb/encodings.cxx
@@ -16,9 +16,6 @@
* USA.
*/
#include <string.h>
-#ifdef _WIN32
-#define strcasecmp _stricmp
-#endif
#include <rfb/encodings.h>
#include <rfb/util.h>