summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorPeter Åstrand <astrand@cendio.se>2008-12-09 10:34:59 +0000
committerPeter Åstrand <astrand@cendio.se>2008-12-09 10:34:59 +0000
commit9af6d54a7cb1da45ef588add495ad26900d873b0 (patch)
tree4cfa2159fd4075e8fed9f3d7cae96da3f219bd9b /win
parentd3e10dd71232e9d743a9a88396792d7101f752f4 (diff)
downloadtigervnc-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.cxx2
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;