OSDN Git Service

Add compat file for dynamically loading the functions that MinGW is missing
authorMagnus Hagander <magnus@hagander.net>
Mon, 29 Oct 2007 12:35:41 +0000 (12:35 +0000)
committerMagnus Hagander <magnus@hagander.net>
Mon, 29 Oct 2007 12:35:41 +0000 (12:35 +0000)
commit811be893fa743ef553950a5d31b7e68230d3cf11
treee60f652655ced445bdc7df79896848c1de88ebd2
parent6f14effbf9ce702614ee49cb36e1b31ead3fae45
Add compat file for dynamically loading the functions that MinGW is missing
the imports for. Add RegisterWaitForSingleObject() to the list of such
functions, which should take care of the current buildfarm breakage.
src/backend/port/win32/Makefile
src/backend/port/win32/mingwcompat.c [new file with mode: 0644]