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 | |
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')
-rw-r--r-- | win/vncconfig/vncconfig.cxx | 3 | ||||
-rw-r--r-- | win/winvnc/JavaViewer.cxx | 2 | ||||
-rw-r--r-- | win/winvnc/winvnc.cxx | 3 |
3 files changed, 0 insertions, 8 deletions
diff --git a/win/vncconfig/vncconfig.cxx b/win/vncconfig/vncconfig.cxx index 535febbe..16bf1727 100644 --- a/win/vncconfig/vncconfig.cxx +++ b/win/vncconfig/vncconfig.cxx @@ -19,9 +19,6 @@ #include <windows.h> #include <commctrl.h> #include <string.h> -#ifdef WIN32 -#define strcasecmp _stricmp -#endif #include "resource.h" #include <rfb/Logger_stdio.h> 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> |