* lib/cygwin_attach_dll.c: Fix compiler warning.

* lib/cygwin_crt0.c: Ditto.
This commit is contained in:
Christopher Faylor 2007-08-02 14:30:17 +00:00
parent de16566998
commit ba5f4d5087
3 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-08-02 Christopher Faylor <me+cygwin@cgf.cx>
* lib/cygwin_attach_dll.c: Fix compiler warning.
* lib/cygwin_crt0.c: Ditto.
2007-08-02 Christopher Faylor <me+cygwin@cgf.cx>
* dcrt0.cc (codepage_type): Remove definition.

View file

@ -10,6 +10,8 @@ details. */
#undef __INSIDE_CYGWIN__
#include <windows.h>
#include <time.h> /* Needed since call to sys/time.h via sys/cygwin.h
complains otherwise */
#include <sys/cygwin.h>
#include "crt0.h"

View file

@ -10,6 +10,8 @@ details. */
#undef __INSIDE_CYGWIN__
#include <windows.h>
#include <time.h> /* Needed since call to sys/time.h via sys/cygwin.h
complains otherwise */
#include <sys/cygwin.h>
#include <stdlib.h>
#include "crt0.h"