Skip to content

Commit 285ca26

Browse files
committed
Put back #include <windows.h> in dirmod.c.
I removed this in commit 9e3755e, 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.
1 parent 2bd7f85 commit 285ca26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/port/dirmod.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#ifndef __CYGWIN__
3535
#include <winioctl.h>
3636
#else
37+
#include <windows.h>
3738
#include <w32api/winioctl.h>
3839
#endif
3940
#endif

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy