commit | 9af6d54a7cb1da45ef588add495ad26900d873b0 | [log] [tgz] |
---|---|---|
author | Peter Åstrand <astrand@cendio.se> | Tue Dec 09 10:34:59 2008 +0000 |
committer | Peter Åstrand <astrand@cendio.se> | Tue Dec 09 10:34:59 2008 +0000 |
tree | 4cfa2159fd4075e8fed9f3d7cae96da3f219bd9b | |
parent | d3e10dd71232e9d743a9a88396792d7101f752f4 [diff] [blame] |
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
diff --git a/win/rfb_win32/Security.cxx b/win/rfb_win32/Security.cxx index 985f00c..b8887a9 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;