aboutsummaryrefslogtreecommitdiffstats
path: root/win/rfb_win32/DeviceContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'win/rfb_win32/DeviceContext.h')
-rw-r--r--win/rfb_win32/DeviceContext.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/rfb_win32/DeviceContext.h b/win/rfb_win32/DeviceContext.h
index 9d91cec2..0664684b 100644
--- a/win/rfb_win32/DeviceContext.h
+++ b/win/rfb_win32/DeviceContext.h
@@ -26,7 +26,6 @@
#include <windows.h>
#include <rfb/PixelFormat.h>
#include <rfb/Rect.h>
-#include <rfb_win32/TCharArray.h>
namespace rfb {
@@ -50,7 +49,7 @@ namespace rfb {
// -=- DeviceContext that opens a specific display device
class DeviceDC : public DeviceContext {
public:
- DeviceDC(const TCHAR* deviceName);
+ DeviceDC(const char* deviceName);
~DeviceDC();
};