mha@postgresql.org (Magnus Hagander) writes:
> 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.
Trivial stylistic complaint: shouldn't the _RegisterWaitForSingleObject
variable be declared static? IMHO variables (and functions) should
always be static unless there is an explicit intent to access them from
other modules.
regards, tom lane