mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
10 lines
103 B
C
10 lines
103 B
C
/* $Id$
|
|
*/
|
|
|
|
#define _UNICODE
|
|
#define _XINT wchar_t
|
|
#include <wchar.h>
|
|
#include "tcsrchr.h"
|
|
|
|
/* EOF */
|