Added patch 826821 from phearbear
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1382
This commit is contained in:
parent
6ad8bd1411
commit
87216faa9b
4 changed files with 9 additions and 6 deletions
|
@ -33,6 +33,9 @@
|
|||
//#define nocasestrcmp(a,b) stricmp(a,b)
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STRINGS_H
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
void strreplace(char * str,char o,char n);
|
||||
char *ltrim(char *str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue