mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
changed strupr() to _strupr()
svn path=/trunk/; revision=385
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include <crtdll/string.h>
|
||||
#include <crtdll/ctype.h>
|
||||
|
||||
char *strupr(char *x)
|
||||
char *_strupr(char *x)
|
||||
{
|
||||
char *y=x;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user