]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix current cygwin build problems.
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Wed, 14 May 2014 17:15:06 +0000 (17:15 +0000)
committerBernd Edlinger <edlinger@gcc.gnu.org>
Wed, 14 May 2014 17:15:06 +0000 (17:15 +0000)
commitd40aeed84da43a8839e7ee1ce135f68a2b5a7003
treee7910fa55e636be1e49d1f24636a36cfa1b418db
parentd02f620dc0bb3bea393d04b8639a1f4748ad8821
Fix current cygwin build problems.

2014-05-14  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        Fix current cygwin build problems.
        * seh_init.c (__gnat_map_SEH): Compile also when __CYGWIN__ and __SEH__
        are defined.  Move include windows.h before system.h.
        * s-oscons-tmplt.c (DTR_CONTROL_ENABLE, RTS_CONTROL_ENABLE): Compile
        also when __CYGWIN__ is defined.  Include windef.h before winbase.h.

From-SVN: r210437
gcc/ada/ChangeLog
gcc/ada/s-oscons-tmplt.c
gcc/ada/seh_init.c