* windows.h: Don't include stralign.h when build for Cygwin.

git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5289 4407c894-4637-0410-b4f5-ada5f102cad1
This commit is contained in:
Corinna Vinschen 2012-07-31 13:19:02 +00:00
parent e7b1c8ff56
commit cfb30bbfa1
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-07-31 Corinna Vinschen <vinschen@redhat.com>
* windows.h: Don't include stralign.h when build for Cygwin.
2012-07-30 Corinna Vinschen <vinschen@redhat.com>
* psdk_inc/_ip_types.h (struct __ms_timeval): Define on LP64 systems.

View File

@ -110,7 +110,9 @@
#endif
#endif
#ifndef __CYGWIN__
#include <stralign.h>
#endif
#ifdef INC_OLE2
#include <ole2.h>