aboutsummaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/rfb_win32/AboutDialog.cxx4
-rw-r--r--win/rfb_win32/CleanDesktop.cxx4
-rw-r--r--win/rfb_win32/Clipboard.cxx4
-rw-r--r--win/rfb_win32/CurrentUser.cxx4
-rw-r--r--win/rfb_win32/DIBSectionBuffer.cxx4
-rw-r--r--win/rfb_win32/DeviceContext.cxx4
-rw-r--r--win/rfb_win32/DeviceFrameBuffer.cxx4
-rw-r--r--win/rfb_win32/Dialog.cxx4
-rw-r--r--win/rfb_win32/EventManager.cxx4
-rw-r--r--win/rfb_win32/LaunchProcess.cxx4
-rw-r--r--win/rfb_win32/ListViewControl.cxx3
-rw-r--r--win/rfb_win32/MonitorInfo.cxx4
-rw-r--r--win/rfb_win32/MsgWindow.cxx4
-rw-r--r--win/rfb_win32/RegConfig.cxx4
-rw-r--r--win/rfb_win32/Registry.cxx4
-rw-r--r--win/rfb_win32/SDisplay.cxx4
-rw-r--r--win/rfb_win32/SDisplayCorePolling.cxx4
-rw-r--r--win/rfb_win32/SDisplayCoreWMHooks.cxx4
-rw-r--r--win/rfb_win32/SInput.cxx4
-rw-r--r--win/rfb_win32/Security.cxx4
-rw-r--r--win/rfb_win32/Service.cxx4
-rw-r--r--win/rfb_win32/SocketManager.cxx4
-rw-r--r--win/rfb_win32/TCharArray.cxx4
-rw-r--r--win/rfb_win32/TsSessions.cxx4
-rw-r--r--win/rfb_win32/WMCursor.cxx4
-rw-r--r--win/rfb_win32/WMHooks.cxx4
-rw-r--r--win/rfb_win32/WMNotifier.cxx4
-rw-r--r--win/rfb_win32/WMPoller.cxx4
-rw-r--r--win/rfb_win32/WMShatter.cxx4
-rw-r--r--win/rfb_win32/WMWindowCopyRect.cxx4
-rw-r--r--win/rfb_win32/Win32Util.cxx4
-rw-r--r--win/winvnc/ControlPanel.cxx4
-rw-r--r--win/winvnc/ManagedListener.cxx5
-rw-r--r--win/winvnc/QueryConnectDialog.cxx4
-rw-r--r--win/winvnc/STrayIcon.cxx4
-rw-r--r--win/winvnc/VNCServerService.cxx4
-rw-r--r--win/winvnc/VNCServerWin32.cxx4
-rw-r--r--win/winvnc/winvnc.cxx4
-rw-r--r--win/wm_hooks/wm_hooks.cxx4
39 files changed, 156 insertions, 0 deletions
diff --git a/win/rfb_win32/AboutDialog.cxx b/win/rfb_win32/AboutDialog.cxx
index 030be1b3..992f0707 100644
--- a/win/rfb_win32/AboutDialog.cxx
+++ b/win/rfb_win32/AboutDialog.cxx
@@ -16,6 +16,10 @@
* USA.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rfb_win32/AboutDialog.h>
#include <rfb_win32/Win32Util.h>
#include <rfb_win32/TCharArray.h>
diff --git a/win/rfb_win32/CleanDesktop.cxx b/win/rfb_win32/CleanDesktop.cxx
index 69fa6667..f1545452 100644
--- a/win/rfb_win32/CleanDesktop.cxx
+++ b/win/rfb_win32/CleanDesktop.cxx
@@ -18,6 +18,10 @@
// -=- CleanDesktop.cxx
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <windows.h>
#include <wininet.h>
#include <shlobj.h>
diff --git a/win/rfb_win32/Clipboard.cxx b/win/rfb_win32/Clipboard.cxx
index 11963675..68e7c505 100644
--- a/win/rfb_win32/Clipboard.cxx
+++ b/win/rfb_win32/Clipboard.cxx
@@ -19,6 +19,10 @@
// -=- Clipboard.cxx
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rfb_win32/Clipboard.h>
#include <rfb_win32/WMShatter.h>
#include <rfb/util.h>
diff --git a/win/rfb_win32/CurrentUser.cxx b/win/rfb_win32/CurrentUser.cxx
index 6be3f9ab..7d420d99 100644
--- a/win/rfb_win32/CurrentUser.cxx
+++ b/win/rfb_win32/CurrentUser.cxx
@@ -18,6 +18,10 @@
// -=- Currentuser.cxx
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdlib.h>
#include <rfb/LogWriter.h>
#include <rfb_win32/CurrentUser.h>
diff --git a/win/rfb_win32/DIBSectionBuffer.cxx b/win/rfb_win32/DIBSectionBuffer.cxx
index 424a5787..ad24663b 100644
--- a/win/rfb_win32/DIBSectionBuffer.cxx
+++ b/win/rfb_win32/DIBSectionBuffer.cxx
@@ -17,6 +17,10 @@
* USA.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rfb_win32/DIBSectionBuffer.h>
#include <rfb_win32/DeviceContext.h>
#include <rfb_win32/BitmapInfo.h>
diff --git a/win/rfb_win32/DeviceContext.cxx b/win/rfb_win32/DeviceContext.cxx
index da19de83..0a7d00a2 100644
--- a/win/rfb_win32/DeviceContext.cxx
+++ b/win/rfb_win32/DeviceContext.cxx
@@ -17,6 +17,10 @@
* USA.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rfb_win32/DeviceContext.h>
#include <rfb_win32/CompatibleBitmap.h>
#include <rfb_win32/BitmapInfo.h>
diff --git a/win/rfb_win32/DeviceFrameBuffer.cxx b/win/rfb_win32/DeviceFrameBuffer.cxx
index 14c0ae34..cf93f14c 100644
--- a/win/rfb_win32/DeviceFrameBuffer.cxx
+++ b/win/rfb_win32/DeviceFrameBuffer.cxx
@@ -22,6 +22,10 @@
// The DeviceFrameBuffer class encapsulates the pixel data of the system
// display.
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <vector>
#include <rfb_win32/DeviceFrameBuffer.h>
#include <rfb_win32/DeviceContext.h>
diff --git a/win/rfb_win32/Dialog.cxx b/win/rfb_win32/Dialog.cxx
index c9e333dd..08a5226c 100644
--- a/win/rfb_win32/Dialog.cxx
+++ b/win/rfb_win32/Dialog.cxx
@@ -21,6 +21,10 @@
// Base-class for any Dialog classes we might require
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rfb_win32/Dialog.h>
#include <rfb_win32/TCharArray.h>
#include <rfb/LogWriter.h>
diff --git a/win/rfb_win32/EventManager.cxx b/win/rfb_win32/EventManager.cxx
index 26750807..9e08b793 100644
--- a/win/rfb_win32/EventManager.cxx
+++ b/win/rfb_win32/EventManager.cxx
@@ -16,6 +16,10 @@
* USA.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rfb_win32/EventManager.h>
#include <rdr/Exception.h>
#include <rfb/LogWriter.h>
diff --git a/win/rfb_win32/LaunchProcess.cxx b/win/rfb_win32/LaunchProcess.cxx
index 16ced64b..b19471e7 100644
--- a/win/rfb_win32/LaunchProcess.cxx
+++ b/win/rfb_win32/LaunchProcess.cxx
@@ -18,6 +18,10 @@
// -=- LaunchProcess.cxx
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rfb_win32/LaunchProcess.h>
#include <rfb_win32/ModuleFileName.h>
#include <rfb_win32/Win32Util.h>
diff --git a/win/rfb_win32/ListViewControl.cxx b/win/rfb_win32/ListViewControl.cxx
index f7733f74..7c376582 100644
--- a/win/rfb_win32/ListViewControl.cxx
+++ b/win/rfb_win32/ListViewControl.cxx
@@ -1,6 +1,9 @@
// ListViewControl.cxx: implementation of the ListViewControl class.
//
//////////////////////////////////////////////////////////////////////
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <tchar.h>
#include "ListViewControl.h"
#include "commctrl.h"
diff --git a/win/rfb_win32/MonitorInfo.cxx b/win/rfb_win32/MonitorInfo.cxx
index 0a949abb..b9865e91 100644
--- a/win/rfb_win32/MonitorInfo.cxx
+++ b/win/rfb_win32/MonitorInfo.cxx
@@ -16,6 +16,10 @@
* USA.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <tchar.h>
#include <rfb_win32/MonitorInfo.h>
#include <rfb_win32/Win32Util.h>
diff --git a/win/rfb_win32/MsgWindow.cxx b/win/rfb_win32/MsgWindow.cxx
index 8086bea0..5aadb434 100644
--- a/win/rfb_win32/MsgWindow.cxx
+++ b/win/rfb_win32/MsgWindow.cxx
@@ -19,6 +19,10 @@
// -=- MsgWindow.cxx
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rfb_win32/MsgWindow.h>
#include <rfb_win32/WMShatter.h>
#include <rfb/LogWriter.h>
diff --git a/win/rfb_win32/RegConfig.cxx b/win/rfb_win32/RegConfig.cxx
index 5c89e780..8a87bc4b 100644
--- a/win/rfb_win32/RegConfig.cxx
+++ b/win/rfb_win32/RegConfig.cxx
@@ -18,6 +18,10 @@
// -=- RegConfig.cxx
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <malloc.h>
#include <rfb_win32/RegConfig.h>
diff --git a/win/rfb_win32/Registry.cxx b/win/rfb_win32/Registry.cxx
index 5d78c4c4..f046188f 100644
--- a/win/rfb_win32/Registry.cxx
+++ b/win/rfb_win32/Registry.cxx
@@ -18,6 +18,10 @@
// -=- Registry.cxx
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rfb_win32/Registry.h>
#include <rfb_win32/Security.h>
#include <rdr/MemOutStream.h>
diff --git a/win/rfb_win32/SDisplay.cxx b/win/rfb_win32/SDisplay.cxx
index a9ee3615..67aa34f9 100644
--- a/win/rfb_win32/SDisplay.cxx
+++ b/win/rfb_win32/SDisplay.cxx
@@ -21,6 +21,10 @@
//
// The SDisplay class encapsulates a particular system display.
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <assert.h>
#include <rfb_win32/SDisplay.h>
diff --git a/win/rfb_win32/SDisplayCorePolling.cxx b/win/rfb_win32/SDisplayCorePolling.cxx
index 28f3e44b..f47560b4 100644
--- a/win/rfb_win32/SDisplayCorePolling.cxx
+++ b/win/rfb_win32/SDisplayCorePolling.cxx
@@ -18,6 +18,10 @@
// -=- SDisplayCorePolling.cxx
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rfb_win32/SDisplayCorePolling.h>
#include <rfb/LogWriter.h>
#include <rfb/util.h>
diff --git a/win/rfb_win32/SDisplayCoreWMHooks.cxx b/win/rfb_win32/SDisplayCoreWMHooks.cxx
index bf64ba1c..8165be3d 100644
--- a/win/rfb_win32/SDisplayCoreWMHooks.cxx
+++ b/win/rfb_win32/SDisplayCoreWMHooks.cxx
@@ -18,6 +18,10 @@
// -=- SDisplayCoreWMHooks.cxx
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rfb_win32/SDisplayCoreWMHooks.h>
#include <rfb/LogWriter.h>
diff --git a/win/rfb_win32/SInput.cxx b/win/rfb_win32/SInput.cxx
index d41e14bc..8ead409d 100644
--- a/win/rfb_win32/SInput.cxx
+++ b/win/rfb_win32/SInput.cxx
@@ -21,6 +21,10 @@
// A number of routines that accept VNC input event data and perform
// the appropriate actions under Win32
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#define XK_MISCELLANY
#define XK_LATIN1
#define XK_CURRENCY
diff --git a/win/rfb_win32/Security.cxx b/win/rfb_win32/Security.cxx
index 5df20cd7..17dbd4dc 100644
--- a/win/rfb_win32/Security.cxx
+++ b/win/rfb_win32/Security.cxx
@@ -18,6 +18,10 @@
// -=- Security.cxx
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rfb_win32/Security.h>
#include <rfb/LogWriter.h>
diff --git a/win/rfb_win32/Service.cxx b/win/rfb_win32/Service.cxx
index 719c44b6..353ff92b 100644
--- a/win/rfb_win32/Service.cxx
+++ b/win/rfb_win32/Service.cxx
@@ -18,6 +18,10 @@
// -=- Service.cxx
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rfb_win32/Service.h>
#include <rfb_win32/MsgWindow.h>
#include <rfb_win32/ModuleFileName.h>
diff --git a/win/rfb_win32/SocketManager.cxx b/win/rfb_win32/SocketManager.cxx
index 393e2191..5463b24f 100644
--- a/win/rfb_win32/SocketManager.cxx
+++ b/win/rfb_win32/SocketManager.cxx
@@ -18,6 +18,10 @@
// -=- SocketManager.cxx
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <winsock2.h>
#include <list>
#include <rfb/LogWriter.h>
diff --git a/win/rfb_win32/TCharArray.cxx b/win/rfb_win32/TCharArray.cxx
index fd4c0783..a36f23b1 100644
--- a/win/rfb_win32/TCharArray.cxx
+++ b/win/rfb_win32/TCharArray.cxx
@@ -16,6 +16,10 @@
* USA.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rfb_win32/TCharArray.h>
namespace rfb {
diff --git a/win/rfb_win32/TsSessions.cxx b/win/rfb_win32/TsSessions.cxx
index 6d16adbf..9b1632f5 100644
--- a/win/rfb_win32/TsSessions.cxx
+++ b/win/rfb_win32/TsSessions.cxx
@@ -16,6 +16,10 @@
* USA.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rfb_win32/TsSessions.h>
#include <rfb/LogWriter.h>
#include <rdr/Exception.h>
diff --git a/win/rfb_win32/WMCursor.cxx b/win/rfb_win32/WMCursor.cxx
index 0ad96f3a..32a89930 100644
--- a/win/rfb_win32/WMCursor.cxx
+++ b/win/rfb_win32/WMCursor.cxx
@@ -18,6 +18,10 @@
// -=- WMCursor.cxx
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rfb_win32/WMCursor.h>
#include <rfb/Exception.h>
#include <rfb/LogWriter.h>
diff --git a/win/rfb_win32/WMHooks.cxx b/win/rfb_win32/WMHooks.cxx
index bbc15088..3c58d801 100644
--- a/win/rfb_win32/WMHooks.cxx
+++ b/win/rfb_win32/WMHooks.cxx
@@ -18,6 +18,10 @@
// -=- WMHooks.cxx
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <os/Mutex.h>
#include <os/Thread.h>
diff --git a/win/rfb_win32/WMNotifier.cxx b/win/rfb_win32/WMNotifier.cxx
index 159dacaf..e05661f7 100644
--- a/win/rfb_win32/WMNotifier.cxx
+++ b/win/rfb_win32/WMNotifier.cxx
@@ -18,6 +18,10 @@
// -=- WMNotifier.cxx
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rfb_win32/WMNotifier.h>
#include <rfb_win32/WMShatter.h>
#include <rfb_win32/MsgWindow.h>
diff --git a/win/rfb_win32/WMPoller.cxx b/win/rfb_win32/WMPoller.cxx
index f8505342..38b2ad42 100644
--- a/win/rfb_win32/WMPoller.cxx
+++ b/win/rfb_win32/WMPoller.cxx
@@ -18,6 +18,10 @@
// -=- WMPoller.cxx
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rfb_win32/WMPoller.h>
#include <rfb/Exception.h>
#include <rfb/LogWriter.h>
diff --git a/win/rfb_win32/WMShatter.cxx b/win/rfb_win32/WMShatter.cxx
index 687deda2..ede80e91 100644
--- a/win/rfb_win32/WMShatter.cxx
+++ b/win/rfb_win32/WMShatter.cxx
@@ -18,6 +18,10 @@
// -=- WMShatter.cxx
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rfb_win32/WMShatter.h>
#include <rfb/LogWriter.h>
diff --git a/win/rfb_win32/WMWindowCopyRect.cxx b/win/rfb_win32/WMWindowCopyRect.cxx
index 6ca8c353..7655da84 100644
--- a/win/rfb_win32/WMWindowCopyRect.cxx
+++ b/win/rfb_win32/WMWindowCopyRect.cxx
@@ -18,6 +18,10 @@
// -=- WMCopyRect.cxx
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rfb_win32/WMWindowCopyRect.h>
#include <rfb/LogWriter.h>
#include <windows.h>
diff --git a/win/rfb_win32/Win32Util.cxx b/win/rfb_win32/Win32Util.cxx
index 02fbbba5..fc66274f 100644
--- a/win/rfb_win32/Win32Util.cxx
+++ b/win/rfb_win32/Win32Util.cxx
@@ -18,6 +18,10 @@
// Win32Util.cxx
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <rfb_win32/ModuleFileName.h>
#include <rfb_win32/Win32Util.h>
#include <rfb_win32/MonitorInfo.h>
diff --git a/win/winvnc/ControlPanel.cxx b/win/winvnc/ControlPanel.cxx
index 72831e55..a2a85e2d 100644
--- a/win/winvnc/ControlPanel.cxx
+++ b/win/winvnc/ControlPanel.cxx
@@ -2,6 +2,10 @@
//
//////////////////////////////////////////////////////////////////////
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "ControlPanel.h"
//////////////////////////////////////////////////////////////////////
diff --git a/win/winvnc/ManagedListener.cxx b/win/winvnc/ManagedListener.cxx
index a8c6f25e..a93ca298 100644
--- a/win/winvnc/ManagedListener.cxx
+++ b/win/winvnc/ManagedListener.cxx
@@ -15,6 +15,11 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*/
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <winvnc/ManagedListener.h>
#include <rfb/LogWriter.h>
diff --git a/win/winvnc/QueryConnectDialog.cxx b/win/winvnc/QueryConnectDialog.cxx
index 103621ee..8cea7a67 100644
--- a/win/winvnc/QueryConnectDialog.cxx
+++ b/win/winvnc/QueryConnectDialog.cxx
@@ -16,6 +16,10 @@
* USA.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <winvnc/VNCServerWin32.h>
#include <winvnc/QueryConnectDialog.h>
#include <winvnc/resource.h>
diff --git a/win/winvnc/STrayIcon.cxx b/win/winvnc/STrayIcon.cxx
index a90819d0..83afbed2 100644
--- a/win/winvnc/STrayIcon.cxx
+++ b/win/winvnc/STrayIcon.cxx
@@ -18,6 +18,10 @@
// -=- WinVNC Version 4.0 Tray Icon implementation
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <winvnc/STrayIcon.h>
#include <winvnc/VNCServerService.h>
#include <winvnc/resource.h>
diff --git a/win/winvnc/VNCServerService.cxx b/win/winvnc/VNCServerService.cxx
index f5a4dba2..4092592a 100644
--- a/win/winvnc/VNCServerService.cxx
+++ b/win/winvnc/VNCServerService.cxx
@@ -18,6 +18,10 @@
// -=- WinVNC Version 4.0 Service-Mode implementation
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <winvnc/VNCServerService.h>
#include <rfb/LogWriter.h>
#include <rfb_win32/TsSessions.h>
diff --git a/win/winvnc/VNCServerWin32.cxx b/win/winvnc/VNCServerWin32.cxx
index e0014495..34cda378 100644
--- a/win/winvnc/VNCServerWin32.cxx
+++ b/win/winvnc/VNCServerWin32.cxx
@@ -18,6 +18,10 @@
// -=- WinVNC Version 4.0 Main Routine
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <winvnc/VNCServerWin32.h>
#include <winvnc/resource.h>
#include <winvnc/ListConnInfo.h>
diff --git a/win/winvnc/winvnc.cxx b/win/winvnc/winvnc.cxx
index 43c852c4..b1bfb9dc 100644
--- a/win/winvnc/winvnc.cxx
+++ b/win/winvnc/winvnc.cxx
@@ -18,6 +18,10 @@
// -=- VNC Server 4.0 for Windows (WinVNC4)
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <string.h>
#include <winvnc/VNCServerWin32.h>
diff --git a/win/wm_hooks/wm_hooks.cxx b/win/wm_hooks/wm_hooks.cxx
index c0350cd2..54c3d80d 100644
--- a/win/wm_hooks/wm_hooks.cxx
+++ b/win/wm_hooks/wm_hooks.cxx
@@ -20,6 +20,10 @@
//
// Window Message Hooks Dynamic Link library
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <tchar.h>
#include <wm_hooks/wm_hooks.h>