Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
3.0.8
-
None
-
None
-
MinGW on Ubuntu 18.04
Description
Because cross-compiling for Windows with MinGW on Linux is case sensitive, these includes should be renamed:
In "libmariadb/ma_default.c" and "libmariadb/mariadb_lib.c": Shlwapi.h -> shlwapi.h
In "plugins/auth/sspi_client.c" and "plugins/auth/sspi_common.h": SecExt.h -> secext.h
It shouldn't affect native compilation as windows is not case sensitive