* configure.ac:

add SECURITY_WIN32 to the proprocessor on Windows XP,
	should fix the bug with security.h



SVN revision: 38334
This commit is contained in:
Vincent Torri 2008-12-27 18:57:54 +00:00
parent ac3bcc3fa9
commit c80770901d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-12-27 Vincent Torri <doursse at users dot sf dot net>
* configure.ac:
add SECURITY_WIN32 to the proprocessor on Windows XP,
should fix the bug with security.h
2008-12-27 Vincent Torri <doursse at users dot sf dot net> 2008-12-27 Vincent Torri <doursse at users dot sf dot net>
* src/bin/evil_test_environment.c: * src/bin/evil_test_environment.c:

View File

@ -93,7 +93,7 @@ case "$host_os" in
;; ;;
*) *)
have_wince="no" have_wince="no"
win32_cppflags="${win32_cppflags} -D_WIN32_WINNT=0x0500" win32_cppflags="${win32_cppflags} -D_WIN32_WINNT=0x0500 -DSECURITY_WIN32"
;; ;;
esac esac
AC_SUBST(win32_cppflags) AC_SUBST(win32_cppflags)