rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / scientific / gdl / patches / 02-file.cpp.patch
blob20a3c67b10b93838bd7b102ad3e3ab986835b357
1 --- gdl-1.0.2/src/file.cpp.orig 2023-01-06 18:39:47.000000000 +0100
2 +++ gdl-1.0.2/src/file.cpp 2023-02-04 21:53:03.027380107 +0100
3 @@ -63,6 +63,8 @@
4 # define u_int64_t uint64_t
5 #endif
7 +#define u_int64_t uint64_t
9 #ifndef _MSC_VER
10 # include <dirent.h>
11 #else
12 @@ -786,7 +788,7 @@
13 if( !quote)
14 fnFlags |= FNM_NOESCAPE;
16 - if(fold_case) fnFlags |= FNM_CASEFOLD;
17 + if(fold_case) fnFlags |= FNM_IGNORECASE;
19 #endif