Index: autoload.c =================================================================== RCS file: /cvs/cygwin-apps/setup/autoload.c,v retrieving revision 2.3 diff -u -p -r2.3 autoload.c --- autoload.c 13 Nov 2001 01:49:31 -0000 2.3 +++ autoload.c 28 Feb 2003 16:31:49 -0000 @@ -19,7 +19,7 @@ static const char *cvsid = "\n%%% $Id: a #include "win32.h" typedef struct { - char *name; + const char *name; HINSTANCE handle; } DllInfo; @@ -60,7 +60,7 @@ typedef struct { char name[100]; } AutoEntry; -static void autoload_common () __asm__ ("autoload_common"); +static void autoload_common (int) __asm__ ("autoload_common"); static void autoload_common (int x)