mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +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 Bstrtoul strtoul
|
||||
# define Bstrtod strtod
|
||||
# define Bstrstr strstr
|
||||
# define Btoupper toupper
|
||||
# define Btolower tolower
|
||||
# define Bmemcpy memcpy
|
||||
|
|
Loading…
Reference in a new issue