diff options
| author | dscho <johannes.schindelin@gmx.de> | 2014-09-30 10:03:57 +0200 |
|---|---|---|
| committer | dscho <johannes.schindelin@gmx.de> | 2014-09-30 10:03:57 +0200 |
| commit | bf87073f7a971f30e41af2a140822c4774c01313 (patch) | |
| tree | 947b84172cc4002a924e777b2b627ada1f5fdabb /rfb/rfbclient.h | |
| parent | fdf5f8876f5f4bd08aa3dc47268c1f4c4590c0bb (diff) | |
| parent | fd075263f91eb3816b2e4e8584172805559ff69f (diff) | |
| download | libtdevnc-bf87073f7a971f30e41af2a140822c4774c01313.tar.gz libtdevnc-bf87073f7a971f30e41af2a140822c4774c01313.zip | |
Merge pull request #33 from danielgindi/master
More MSVC adjustments, now focuses on the libvncserver
Diffstat (limited to 'rfb/rfbclient.h')
| -rw-r--r-- | rfb/rfbclient.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rfb/rfbclient.h b/rfb/rfbclient.h index 9ac3c37..aedb4f4 100644 --- a/rfb/rfbclient.h +++ b/rfb/rfbclient.h @@ -31,6 +31,10 @@ * @file rfbclient.h */ +#ifdef WIN32 +#define WIN32_LEAN_AND_MEAN /* Prevent loading any Winsock 1.x headers from windows.h */ +#endif + #include <stdio.h> #include <stdlib.h> #include <string.h> |
