]> sourceware.org Git - newlib-cygwin.git/commitdiff
Revise previous include/sys/cygwin.h change.
authorChristopher Faylor <me@cgf.cx>
Thu, 22 Jun 2000 21:05:46 +0000 (21:05 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 22 Jun 2000 21:05:46 +0000 (21:05 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/sys/cygwin.h

index 4a2e39884a6f4be9b5be005576242d938f4781bc..49df1f0dd73b87ca743e83ad2d9d50c6104bae20 100644 (file)
@@ -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.
index 2e1cc33872580b2262edaeeeb2e266e9e44024c9..d9932ba3ca8af918c0a1f36b7a65b849d181525b 100644 (file)
@@ -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);
This page took 0.03323 seconds and 5 git commands to generate.