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
diff --git a/vncviewer/DesktopWindow.h b/vncviewer/DesktopWindow.h
index 0848306..a190b70 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 {