diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-07-07 14:13:46 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-07-07 14:13:46 +0200 |
commit | 5ad4d06006e96b1c7ff663ffcd5e406e06bae1c2 (patch) | |
tree | 659c6081230675758edcfb66a394fc1aa3e1bacb /win/winvnc | |
parent | 890c10118c8a0db4fddb53a161f207c6ad23c130 (diff) | |
download | tigervnc-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 'win/winvnc')
-rw-r--r-- | win/winvnc/JavaViewer.cxx | 2 | ||||
-rw-r--r-- | win/winvnc/winvnc.cxx | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/win/winvnc/JavaViewer.cxx b/win/winvnc/JavaViewer.cxx index e1cb6e5f..c9631229 100644 --- a/win/winvnc/JavaViewer.cxx +++ b/win/winvnc/JavaViewer.cxx @@ -25,8 +25,6 @@ #include <windows.h> -#define strcasecmp _stricmp - using namespace winvnc; using namespace rfb; diff --git a/win/winvnc/winvnc.cxx b/win/winvnc/winvnc.cxx index 4aa5dcb6..17b3a91c 100644 --- a/win/winvnc/winvnc.cxx +++ b/win/winvnc/winvnc.cxx @@ -19,9 +19,6 @@ // -=- VNC Server 4.0 for Windows (WinVNC4) #include <string.h> -#ifdef WIN32 -#define strcasecmp _stricmp -#endif #include <winvnc/VNCServerWin32.h> #include <winvnc/VNCServerService.h> |