You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
Fix for CONC-387:
Fix case sensitive include file names for cross compiling
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
#include "Shlwapi.h"
|
#include "shlwapi.h"
|
||||||
|
|
||||||
static const char *ini_exts[]= {"ini", "cnf", 0};
|
static const char *ini_exts[]= {"ini", "cnf", 0};
|
||||||
#define R_OK 4
|
#define R_OK 4
|
||||||
|
@@ -29,7 +29,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#define SECURITY_WIN32
|
#define SECURITY_WIN32
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <sspi.h>
|
#include <sspi.h>
|
||||||
#include <SecExt.h>
|
#include <secext.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@@ -29,7 +29,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#define SECURITY_WIN32
|
#define SECURITY_WIN32
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <sspi.h>
|
#include <sspi.h>
|
||||||
#include <SecExt.h>
|
#include <secext.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user