* include/netinet/tcp.h: Remove winsock.h include.
* include/sys/cygwin.h: Move windows specific reference within conditional.
This commit is contained in:
parent
95436d7cdb
commit
1daf97f97e
@ -1,3 +1,9 @@
|
|||||||
|
Wed Oct 4 23:10:27 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
|
* include/netinet/tcp.h: Remove winsock.h include.
|
||||||
|
* include/sys/cygwin.h: Move windows specific reference within
|
||||||
|
conditional.
|
||||||
|
|
||||||
Thu Oct 5 1:13:00 2000 Corinna Vinschen <corinna@vinschen.de>
|
Thu Oct 5 1:13:00 2000 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* include/sys/mman.h: Add missing MAP_FAILED macro.
|
* include/sys/mman.h: Add missing MAP_FAILED macro.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#ifndef _NETINET_TCP_H
|
#ifndef _NETINET_TCP_H
|
||||||
#define _NETINET_TCP_H
|
#define _NETINET_TCP_H
|
||||||
|
|
||||||
#include <winsock.h>
|
/* Maybe add some definitions, someday */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -42,10 +42,6 @@ struct __cygwin_perfile
|
|||||||
unsigned flags;
|
unsigned flags;
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef _PATH_PASSWD
|
|
||||||
extern HANDLE cygwin_logon_user (const struct passwd *, const char *);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* External interface stuff */
|
/* External interface stuff */
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
@ -94,6 +90,10 @@ enum
|
|||||||
};
|
};
|
||||||
|
|
||||||
#ifdef WINVER
|
#ifdef WINVER
|
||||||
|
#ifdef _PATH_PASSWD
|
||||||
|
extern HANDLE cygwin_logon_user (const struct passwd *, const char *);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* This lives in the app and is initialized before jumping into the DLL.
|
/* This lives in the app and is initialized before jumping into the DLL.
|
||||||
It should only contain stuff which the user's process needs to see, or
|
It should only contain stuff which the user's process needs to see, or
|
||||||
which is needed before the user pointer is initialized, or is needed to
|
which is needed before the user pointer is initialized, or is needed to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user