summaryrefslogtreecommitdiffstats
path: root/rfb/rfbproto.h
diff options
context:
space:
mode:
authorDaniel Cohen Gindi <danielgindi@gmail.com>2014-08-29 10:59:56 +0300
committerJohannes Schindelin <johannes.schindelin@gmx.de>2014-09-02 16:43:17 +0200
commite26aeb4062ed410e76d3230aed0940a8d0945c07 (patch)
tree8de6b6bfa584e5c8d2abcc3bad88019ea795d1ef /rfb/rfbproto.h
parent366dda995182b3d4b199a3df262cdacb6d40cecc (diff)
downloadlibtdevnc-e26aeb4062ed410e76d3230aed0940a8d0945c07.tar.gz
libtdevnc-e26aeb4062ed410e76d3230aed0940a8d0945c07.zip
MSVC: Use the Unix emulation headers
[JES: provided commit message, split out unrelated changes] Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'rfb/rfbproto.h')
-rw-r--r--rfb/rfbproto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h
index 540f79f..4169fd6 100644
--- a/rfb/rfbproto.h
+++ b/rfb/rfbproto.h
@@ -108,6 +108,10 @@ typedef int8_t rfbBool;
#define TRUE -1
#endif
+#ifdef _MSC_VER
+#include <stdint.h>
+#endif
+
typedef uint32_t rfbKeySym;
typedef uint32_t rfbPixel;