- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit285ca26
committed
Put back #include <windows.h> in dirmod.c.
I removed this in commit9e3755e, reasoning that the win32.hport-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 needto be put back on the same grounds; but this is the only one thatis clearly meant to be included #ifdef __CYGWIN__, so maybe this isthe extent of the problem. Awaiting further buildfarm results.1 parent2bd7f85 commit285ca26
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| 37 | + | |
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
|
0 commit comments
Comments
(0)