1
0
Fork 0
mirror of https://github.com/mapnik/mapnik.git synced 2025-08-21 18:02:53 +02:00
mapnik/include
jiakai 304706eaf9 Fix two compile issues with mingw:
1. result type of dlsym is FARPROC on WIN32, which can not be converted
   via static_cast
2. std::ifstream(std::wstring) is not an std interface; we need to use
   filesystem::path to wrap the path
2025-08-02 11:52:58 -04:00
..
mapnik Fix two compile issues with mingw: 2025-08-02 11:52:58 -04:00
build.py Add CSS parser grammar + move into separate include/css and src/css dirs. 2020-02-04 10:38:34 +00:00