mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-23 09:54:39 +08:00
* 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:
parent
e7b1c8ff56
commit
cfb30bbfa1
@ -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.
|
||||
|
@ -110,7 +110,9 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef __CYGWIN__
|
||||
#include <stralign.h>
|
||||
#endif
|
||||
|
||||
#ifdef INC_OLE2
|
||||
#include <ole2.h>
|
||||
|
Loading…
Reference in New Issue
Block a user