diff options
author | Peter Åstrand <astrand@cendio.se> | 2008-12-09 10:34:59 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2008-12-09 10:34:59 +0000 |
commit | 9af6d54a7cb1da45ef588add495ad26900d873b0 (patch) | |
tree | 4cfa2159fd4075e8fed9f3d7cae96da3f219bd9b /win | |
parent | d3e10dd71232e9d743a9a88396792d7101f752f4 (diff) | |
download | tigervnc-9af6d54a7cb1da45ef588add495ad26900d873b0.tar.gz tigervnc-9af6d54a7cb1da45ef588add495ad26900d873b0.zip |
MinGW tweak: Accctrl.h is really named accctrl.h.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3328 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win')
-rw-r--r-- | win/rfb_win32/Security.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/rfb_win32/Security.cxx b/win/rfb_win32/Security.cxx index 985f00cb..b8887a98 100644 --- a/win/rfb_win32/Security.cxx +++ b/win/rfb_win32/Security.cxx @@ -23,7 +23,7 @@ #include <rfb/LogWriter.h> #include <lmcons.h> -#include <Accctrl.h> +#include <accctrl.h> #include <list> using namespace rfb; |