Revise previous include/sys/cygwin.h change.
This commit is contained in:
parent
f33acdb808
commit
d7cea2d3eb
|
@ -1,4 +1,4 @@
|
|||
Thu Jun 22 15:51:17 2000 Christopher Faylor <cgf@cygnus.com>
|
||||
Thu Jun 22 17:05:04 2000 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* include/sys/cygwin.h: Don't define parts of this file that rely on
|
||||
Windows headers unless the Windows header was previously included.
|
||||
|
|
|
@ -31,15 +31,15 @@ extern int cygwin_conv_to_full_posix_path (const char *, char *);
|
|||
extern int cygwin_posix_path_list_p (const char *);
|
||||
extern void cygwin_split_path (const char *, char *, char *);
|
||||
|
||||
extern HANDLE cygwin_logon_user (const struct passwd *, const char *);
|
||||
extern void cygwin_set_impersonation_token (const HANDLE);
|
||||
|
||||
extern void cygwin_premain0 (int argc, char **argv);
|
||||
extern void cygwin_premain1 (int argc, char **argv);
|
||||
extern void cygwin_premain2 (int argc, char **argv);
|
||||
extern void cygwin_premain3 (int argc, char **argv);
|
||||
|
||||
#ifdef WINVER
|
||||
extern HANDLE cygwin_logon_user (const struct passwd *, const char *);
|
||||
extern void cygwin_set_impersonation_token (const HANDLE);
|
||||
|
||||
/* included if <windows.h> is included */
|
||||
extern int cygwin32_attach_handle_to_fd (char *, int, HANDLE, int, int);
|
||||
extern int cygwin_attach_handle_to_fd (char *, int, HANDLE, mode_t, unsigned);
|
||||
|
|
Loading…
Reference in New Issue