* include/sys/cygwin.h: Revert erroneous move of `#ifdef WINVER' to
another location.
This commit is contained in:
parent
07f8aa8233
commit
00103b7f5e
@ -1,3 +1,8 @@
|
|||||||
|
2008-03-18 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* include/sys/cygwin.h: Revert erroneous move of `#ifdef WINVER' to
|
||||||
|
another location.
|
||||||
|
|
||||||
2008-03-14 Corinna Vinschen <corinna@vinschen.de>
|
2008-03-14 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fcntl.cc (fcntl_worker): Protect with a 'myfault'.
|
* fcntl.cc (fcntl_worker): Protect with a 'myfault'.
|
||||||
|
@ -169,6 +169,8 @@ enum
|
|||||||
PID_EXITED = 0x80000000 /* Free entry. */
|
PID_EXITED = 0x80000000 /* Free entry. */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifdef WINVER
|
||||||
|
|
||||||
/* 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
|
||||||
@ -259,7 +261,6 @@ extern void cygwin_premain1 (int argc, char **argv, struct per_process *);
|
|||||||
extern void cygwin_premain2 (int argc, char **argv, struct per_process *);
|
extern void cygwin_premain2 (int argc, char **argv, struct per_process *);
|
||||||
extern void cygwin_premain3 (int argc, char **argv, struct per_process *);
|
extern void cygwin_premain3 (int argc, char **argv, struct per_process *);
|
||||||
|
|
||||||
#ifdef WINVER
|
|
||||||
#ifdef _PATH_PASSWD
|
#ifdef _PATH_PASSWD
|
||||||
extern HANDLE cygwin_logon_user (const struct passwd *, const char *);
|
extern HANDLE cygwin_logon_user (const struct passwd *, const char *);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user