diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-06-24 03:17:00 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-06-24 03:17:00 +0000 |
commit | b65bb93e6711a3543228928e6793c49481df54d6 (patch) | |
tree | 18bfa0c975b200bc5db7719d827c8d04f910955e /vncviewer/DesktopWindow.h | |
parent | 3cb5b2112c21c0b7d4d044332b1e5ab60d2bdde2 (diff) | |
download | tigervnc-b65bb93e6711a3543228928e6793c49481df54d6.tar.gz tigervnc-b65bb93e6711a3543228928e6793c49481df54d6.zip |
Fix build issues with Visual C++ (implemented macro version of snprintf + re-ordered headers to ensure that winsock is included ahead of windows.h)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4527 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/DesktopWindow.h')
-rw-r--r-- | vncviewer/DesktopWindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vncviewer/DesktopWindow.h b/vncviewer/DesktopWindow.h index 08483066..a190b700 100644 --- a/vncviewer/DesktopWindow.h +++ b/vncviewer/DesktopWindow.h @@ -22,13 +22,13 @@ #include <map> -#include <FL/Fl.H> -#include <FL/Fl_Window.H> - #include <rfb/Rect.h> #include "Viewport.h" +#include <FL/Fl.H> +#include <FL/Fl_Window.H> + class CConn; class DesktopWindow : public Fl_Window { |