mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
changed strupr() to _strupr()
svn path=/trunk/; revision=385
This commit is contained in:
parent
731f19e9b1
commit
ff1e3c7b18
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
#include <crtdll/string.h>
|
#include <crtdll/string.h>
|
||||||
#include <crtdll/ctype.h>
|
#include <crtdll/ctype.h>
|
||||||
|
|
||||||
char *strupr(char *x)
|
char *_strupr(char *x)
|
||||||
{
|
{
|
||||||
char *y=x;
|
char *y=x;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue