Skip to content

Commit

Permalink
configure.ac: set _WIN32_WINNT version
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka authored and naveen521kk committed Nov 2, 2024
1 parent 0ff5c3a commit 484da00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4573,6 +4573,11 @@ done
IFS=$as_save_IFS
AC_MSG_RESULT([$DBM_CFLAGS $DBM_LIBS])

case $host in
*-*-mingw*)
CFLAGS_NODIST="$CFLAGS_NODIST -D_WIN32_WINNT=0x0602";;
esac

# Determine if windows modules should be used.
AC_SUBST(USE_WIN32_MODULE)
USE_WIN32_MODULE='#'
Expand Down

0 comments on commit 484da00

Please sign in to comment.