diff options
Diffstat (limited to 'win/winvnc/VNCServerWin32.h')
-rw-r--r-- | win/winvnc/VNCServerWin32.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/winvnc/VNCServerWin32.h b/win/winvnc/VNCServerWin32.h index 1a737823..0a2c330c 100644 --- a/win/winvnc/VNCServerWin32.h +++ b/win/winvnc/VNCServerWin32.h @@ -25,7 +25,6 @@ #include <rfb_win32/RegConfig.h> #include <rfb_win32/SDisplay.h> #include <rfb_win32/SocketManager.h> -#include <rfb_win32/TCharArray.h> #include <winvnc/QueryConnectDialog.h> #include <winvnc/ManagedListener.h> @@ -72,7 +71,7 @@ namespace winvnc { void queryConnectionComplete(); // Where to read the configuration settings from - static const TCHAR* RegConfigPath; + static const char* RegConfigPath; bool getClientsInfo(ListConnInfo* LCInfo); |