You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove redundant call to msDebugInitFromEnv (MapServer#4522)
`msSetup()` already calls `msDebugInitFromEnv()`.
Specify correct "C" linkage in `cgiutil.h`
`cgiutil.h` is the only file included by `mapserver.h` which defines
symbols and which isn't wrapped by `extern "C"`: its symbols end up in
`libmapserver` and without this fix linking against them in C++ fails.
closesMapServer#4522
0 commit comments