diff options
author | Christian Beier <[email protected]> | 2015-05-28 15:34:10 +0200 |
---|---|---|
committer | Christian Beier <[email protected]> | 2015-05-28 15:34:10 +0200 |
commit | 92f558482d94c5152174a1983a40863bd6b07911 (patch) | |
tree | 923bd820cae4a80ec4989cf26f047de7f95b41bc /rfb/rfbproto.h | |
parent | 7c7e8e765c06a8af13c1f2662f1c7084c937738a (diff) | |
download | libtdevnc-92f558482d94c5152174a1983a40863bd6b07911.tar.gz libtdevnc-92f558482d94c5152174a1983a40863bd6b07911.zip |
Do away with rfbint.h generation and use stdint.h directly instead.
Diffstat (limited to 'rfb/rfbproto.h')
-rw-r--r-- | rfb/rfbproto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h index d2b8235..9b082dd 100644 --- a/rfb/rfbproto.h +++ b/rfb/rfbproto.h @@ -70,7 +70,6 @@ #define SOCKET int #else #include <rfb/rfbconfig.h> -#include <rfb/rfbint.h> #endif #ifdef LIBVNCSERVER_HAVE_LIBZ @@ -108,9 +107,7 @@ typedef int8_t rfbBool; #define TRUE -1 #endif -#ifdef _MSC_VER #include <stdint.h> -#endif typedef uint32_t rfbKeySym; typedef uint32_t rfbPixel; |