diff options
author | Peter Åstrand <astrand@cendio.se> | 2008-12-09 10:36:16 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2008-12-09 10:36:16 +0000 |
commit | d6b9670a7d9f8005bbd148d5a5d8fd3db2ec4ed4 (patch) | |
tree | 0314cb5a958ece079055a028b48df750b7f2b9f2 /win | |
parent | 9af6d54a7cb1da45ef588add495ad26900d873b0 (diff) | |
download | tigervnc-d6b9670a7d9f8005bbd148d5a5d8fd3db2ec4ed4.tar.gz tigervnc-d6b9670a7d9f8005bbd148d5a5d8fd3db2ec4ed4.zip |
MinGW tweak: HexOutstream.h is really named HexOutStream.h.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3329 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win')
-rw-r--r-- | win/rfb_win32/Registry.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/rfb_win32/Registry.cxx b/win/rfb_win32/Registry.cxx index 4ece4bac..1a828edf 100644 --- a/win/rfb_win32/Registry.cxx +++ b/win/rfb_win32/Registry.cxx @@ -22,7 +22,7 @@ #include <rfb_win32/Security.h> #include <rfb_win32/DynamicFn.h> #include <rdr/MemOutStream.h> -#include <rdr/HexOutstream.h> +#include <rdr/HexOutStream.h> #include <rdr/HexInStream.h> #include <stdlib.h> #include <rfb/LogWriter.h> |