diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-10-12 20:00:55 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-10-12 20:00:55 +0000 |
commit | 3080ec406527bc274969f2b7a25fcefc4520ece5 (patch) | |
tree | 5ac580505600dbb25cf879191353308ba3d84398 /win | |
parent | e8b16be85646641d80ee4cd7c5a9bda90bbbc0a4 (diff) | |
download | tigervnc-3080ec406527bc274969f2b7a25fcefc4520ece5.tar.gz tigervnc-3080ec406527bc274969f2b7a25fcefc4520ece5.zip |
Enable WinVNC build with MinGW and MinGW64
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4723 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win')
-rw-r--r-- | win/rfb_win32/CleanDesktop.cxx | 1 | ||||
-rw-r--r-- | win/wm_hooks/wm_hooks.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/win/rfb_win32/CleanDesktop.cxx b/win/rfb_win32/CleanDesktop.cxx index 60ea1597..43252f10 100644 --- a/win/rfb_win32/CleanDesktop.cxx +++ b/win/rfb_win32/CleanDesktop.cxx @@ -27,6 +27,7 @@ #include <rfb_win32/OSVersion.h> #include <rfb/LogWriter.h> #include <rdr/Exception.h> +#include <os/os.h> #include <set> #ifdef SPI_GETUIEFFECTS diff --git a/win/wm_hooks/wm_hooks.cxx b/win/wm_hooks/wm_hooks.cxx index fd01159c..61328af8 100644 --- a/win/wm_hooks/wm_hooks.cxx +++ b/win/wm_hooks/wm_hooks.cxx @@ -23,6 +23,7 @@ #include <tchar.h> #include <wm_hooks/wm_hooks.h> +#include <os/os.h> UINT WM_HK_PingThread = RegisterWindowMessage(_T("RFB.WM_Hooks.PingThread")); |