mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Revert the change to tcsrchr, it should be a XINT not a TCHAR
svn path=/trunk/; revision=41916
This commit is contained in:
parent
1554007aa6
commit
6174f3d53a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
|
|
||||||
_TCHAR * _tcsrchr(const _TCHAR * s, _TCHAR c)
|
_TCHAR * _tcsrchr(const _TCHAR * s, _XINT c)
|
||||||
{
|
{
|
||||||
_TCHAR cc = c;
|
_TCHAR cc = c;
|
||||||
const _TCHAR * sp = (_TCHAR *)0;
|
const _TCHAR * sp = (_TCHAR *)0;
|
||||||
|
|
Loading…
Reference in a new issue