Add compat file for dynamically loading the functions that MinGW is missing
Magnus Hagander <magnus@hagander.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/port/win32/Makefile | modified | +2 −2 |
| src/backend/port/win32/mingwcompat.c | added | +77 −0 |