2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 <2019> 2020 2021 2022 2023 2024 2025 | Index | 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 <2019> 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: [Merge] ~epics-core/epics-base/+git/database:epicsCallback into epics-base:7.0 |
From: | Andrew Johnson via Core-talk <[email protected]> |
To: | mdavidsaver <[email protected]> |
Date: | Thu, 26 Sep 2019 20:56:10 -0000 |
Including windows.h in osdSock.h wouldn't get rid of that warning, which is complaining that some other osi/os/WIN32 header has already included windows.h (most of them seem to). Basically if we need winsock2.h we have to include it before windows.h. The proper fix would be to include winsock2.h first everywhere that we include windows.h, although that does seem a bit excessive. -- https://code.launchpad.net/~epics-core/epics-base/+git/database/+merge/372385 Your team EPICS Core Developers is subscribed to branch epics-base:7.0.