* lib/cygwin_attach_dll.c: Fix compiler warning.
* lib/cygwin_crt0.c: Ditto.
This commit is contained in:
parent
de16566998
commit
ba5f4d5087
|
@ -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>
|
2007-08-02 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
* dcrt0.cc (codepage_type): Remove definition.
|
* dcrt0.cc (codepage_type): Remove definition.
|
||||||
|
|
|
@ -10,6 +10,8 @@ details. */
|
||||||
|
|
||||||
#undef __INSIDE_CYGWIN__
|
#undef __INSIDE_CYGWIN__
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#include <time.h> /* Needed since call to sys/time.h via sys/cygwin.h
|
||||||
|
complains otherwise */
|
||||||
#include <sys/cygwin.h>
|
#include <sys/cygwin.h>
|
||||||
#include "crt0.h"
|
#include "crt0.h"
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,8 @@ details. */
|
||||||
|
|
||||||
#undef __INSIDE_CYGWIN__
|
#undef __INSIDE_CYGWIN__
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#include <time.h> /* Needed since call to sys/time.h via sys/cygwin.h
|
||||||
|
complains otherwise */
|
||||||
#include <sys/cygwin.h>
|
#include <sys/cygwin.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "crt0.h"
|
#include "crt0.h"
|
||||||
|
|
Loading…
Reference in New Issue