mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-02 11:51:25 +00:00
Add "Bstrstr" to compat header
git-svn-id: https://svn.eduke32.com/eduke32@1763 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ef912658a0
commit
7cef706c7c
1 changed files with 1 additions and 0 deletions
|
@ -471,6 +471,7 @@ int32_t Bclosedir(BDIR *dir);
|
||||||
# define Bstrtol strtol
|
# define Bstrtol strtol
|
||||||
# define Bstrtoul strtoul
|
# define Bstrtoul strtoul
|
||||||
# define Bstrtod strtod
|
# define Bstrtod strtod
|
||||||
|
# define Bstrstr strstr
|
||||||
# define Btoupper toupper
|
# define Btoupper toupper
|
||||||
# define Btolower tolower
|
# define Btolower tolower
|
||||||
# define Bmemcpy memcpy
|
# define Bmemcpy memcpy
|
||||||
|
|
Loading…
Reference in a new issue