Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit285ca26

Browse files
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

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)

[8]ページ先頭

©2009-2025 Movatter.jp