diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-07-07 14:27:04 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-07-07 14:27:04 +0200 |
commit | 0aa3157cf6bf2a5d20a8a84515d2ee5c15faef65 (patch) | |
tree | 659c6081230675758edcfb66a394fc1aa3e1bacb /common/rfb/encodings.cxx | |
parent | 1338c0dc2d79235cd0380a1f11a7558548929a82 (diff) | |
parent | 5ad4d06006e96b1c7ff663ffcd5e406e06bae1c2 (diff) | |
download | tigervnc-0aa3157cf6bf2a5d20a8a84515d2ee5c15faef65.tar.gz tigervnc-0aa3157cf6bf2a5d20a8a84515d2ee5c15faef65.zip |
Merge branch 'cleanup' of https://github.com/CendioOssman/tigervnc
Diffstat (limited to 'common/rfb/encodings.cxx')
-rw-r--r-- | common/rfb/encodings.cxx | 3 |
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> |