Add "Bstrstr" to compat header

git-svn-id: https://svn.eduke32.com/eduke32@1763 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2011-01-16 02:51:22 +00:00
parent ef912658a0
commit 7cef706c7c

View file

@ -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