Put back #include <windows.h> in dirmod.c.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 285ca26132abdd0a1adc11a21789f103c4e3f6d8
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-02-25T23:34:09Z
Releases: 10.0
Put back #include <windows.h> in dirmod.c.

I removed this in commit 9e3755ecb, reasoning that the win32.h
port-specific header file included by c.h would have provided it.
However, that's only true on native win32 builds, not Cygwin builds.

It may be that some of the other <windows.h> inclusions also need
to be put back on the same grounds; but this is the only one that
is clearly meant to be included #ifdef __CYGWIN__, so maybe this is
the extent of the problem.  Awaiting further buildfarm results.

Files

PathChange+/−
src/port/dirmod.c modified +1 −0