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;