-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.8
-
Fix Version/s: 3.0.9
-
Component/s: None
-
Labels:None
-
Environment:MinGW on Ubuntu 18.04
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