]> git.ipfire.org Git - thirdparty/strongswan.git/commit
backtrace: Fix build with newer MinGW versions
authorTobias Brunner <tobias@strongswan.org>
Thu, 10 Nov 2022 12:44:21 +0000 (13:44 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 10 Nov 2022 12:44:21 +0000 (13:44 +0100)
commit2bf110d9f8c7736f60690cb7a6854a672abc8ea3
treeb2ae812638ea31fcf6e396f4d84ca9ca5c84bba8
parentf16a12eae5421a5cd3abb1d27a97585ab906a3b9
backtrace: Fix build with newer MinGW versions

A recent change added CALLBACK to PENUM_PAGE_FILE_CALLBACKW/A in psapi.h,
which conflicts with our own macro of the same name.  Our compat/windows.h
header undefs the Windows definition, but that only works if Windows
headers are included before ours, which wasn't the case for psapi.h.
src/libstrongswan/utils/backtrace.c