comparison common.cpp @ 166:0dfd6567ec0c

* Minor Win32 fixes
author Chris Cannam
date Sun, 05 Dec 2010 19:24:42 +0000
parents 4bd17f36d059
children b6dd1ee0e486
comparison
equal deleted inserted replaced
165:97faf861618b 166:0dfd6567ec0c
25 25
26 #include <sys/types.h> 26 #include <sys/types.h>
27 27
28 #ifdef Q_OS_WIN32 28 #ifdef Q_OS_WIN32
29 #define _WIN32_WINNT 0x0500 29 #define _WIN32_WINNT 0x0500
30 #define SECURITY_WIN32
30 #include <windows.h> 31 #include <windows.h>
31 #include <security.h> 32 #include <security.h>
32 #else 33 #else
33 #include <errno.h> 34 #include <errno.h>
34 #include <pwd.h> 35 #include <pwd.h>