update credits
[LibreOffice.git] / external / coinmp / werror-undef.patch.0
bloba9b80f280af8af670b63ea2aa3f28f69baf20c8b
1 --- CoinUtils/src/config_coinutils_default.h    2014-06-06 14:28:06.872113540 +0100
2 +++ CoinUtils/src/config_coinutils_default.h    2014-06-06 14:28:29.400294129 +0100
3 @@ -26,7 +26,7 @@
4    all of this inside the guard for MSC_VER >= 1200. If you're reading this
5    and have been developing in MSVS long enough to know, fix it.  -- lh, 100915 --
6  */
7 -#if _MSC_VER >= 1200
8 +#if defined _MSC_VER && _MSC_VER >= 1200
9  # include <BaseTsd.h>
10  # define COIN_INT64_T INT64
11  # define COIN_UINT64_T UINT64