0
This repository has been archived on 2025-04-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Minecraft-Overviewer/overviewer_core
Nicolas F 03a8697866 Fix C extension build warnings
Today in "why did we ever do this?", we discover we've vendored
code from PIL/Pillow, but PIL/Pillow moved some macro definitions
around, so now our vendored code conflicted with their macros that
they included in the headers we're including.

The solution is to throw out our vendored macros and update the
semantics in our vendored Draw.c. I'm not sure why we vendored it,
but we seemingly did remove some stuff from it to avoid having to
pull in all of PIL/Pillow.
2019-02-21 16:27:55 +01:00
..
2019-02-21 16:27:55 +01:00
2017-02-12 12:47:47 -05:00
2018-05-06 13:47:17 -04:00
2017-03-24 17:57:37 +01:00
2017-03-24 17:57:37 +01:00
2016-11-29 09:13:42 -05:00
2017-03-16 17:03:06 +01:00
2019-02-19 14:28:34 -05:00
2017-03-24 17:57:37 +01:00
2016-12-24 14:43:52 -05:00
2017-03-16 18:25:55 +01:00
2017-03-16 14:45:19 +01:00
2018-09-22 15:40:24 +12:00