reactos/lib/sdk/crt/string/wcsrchr.c
2011-05-24 18:40:34 +00:00

9 lines
103 B
C

/* $Id$
*/
#define _UNICODE
#define _XINT wchar_t
#include <wchar.h>
#include "tcsrchr.h"
/* EOF */