diff common.cpp @ 166:0dfd6567ec0c

* Minor Win32 fixes
author Chris Cannam
date Sun, 05 Dec 2010 19:24:42 +0000
parents 4bd17f36d059
children b6dd1ee0e486
line wrap: on
line diff
--- a/common.cpp	Fri Dec 03 22:42:24 2010 +0000
+++ b/common.cpp	Sun Dec 05 19:24:42 2010 +0000
@@ -27,6 +27,7 @@
 
 #ifdef Q_OS_WIN32
 #define _WIN32_WINNT 0x0500
+#define SECURITY_WIN32 
 #include <windows.h>
 #include <security.h>
 #else