* mount.cc (mount_info::init): Add location where we're looking for fstab to
temporary message. * lib/cygwin_crt0.c (cygwin_crt0): Simplify by eliminating accommodations for ancient cygwin DLLs. * lib/crt0.h: Include <windows.h> directly since it is needed.
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
/* crt0.h: header file for crt0.
 | 
			
		||||
 | 
			
		||||
   Copyright 2000, 2001 Red Hat, Inc.
 | 
			
		||||
   Copyright 2000, 2001, 2008 Red Hat, Inc.
 | 
			
		||||
 | 
			
		||||
This file is part of Cygwin.
 | 
			
		||||
 | 
			
		||||
@@ -12,6 +12,7 @@ details. */
 | 
			
		||||
extern "C" {
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include <windows.h>
 | 
			
		||||
struct per_process;
 | 
			
		||||
typedef int (*MainFunc) (int argc, char *argv[], char **env);
 | 
			
		||||
int __stdcall _cygwin_crt0_common (MainFunc, struct per_process *);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user