Skip to content

Commit

Permalink
include: Add some tchar forwards.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lehman <[email protected]>
Signed-off-by: Piotr Caban <[email protected]>
Signed-off-by: Alexandre Julliard <[email protected]>
  • Loading branch information
dlehman-work authored and julliard committed Feb 15, 2018
1 parent 5d08820 commit 94faa16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/tchar.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ extern "C" {
#define _gettc WINE_tchar_routine(getc, getc, getwc)
#define _gettchar WINE_tchar_routine(getchar, getchar, getwchar)
#define _getts WINE_tchar_routine(gets, gets, getws)
#define _isalnum WINE_tchar_routine(isalnum, _ismbcalnum, iswalnum)
#define _istalnum WINE_tchar_routine(isalnum, _ismbcalnum, iswalnum)
#define _istalpha WINE_tchar_routine(isalpha, _ismbcalpha, iswalpha)
#define _istascii WINE_tchar_routine(isascii, __isascii, iswascii)
#define _istcntrl WINE_tchar_routine(iscntrl, iscntrl, iswcntrl)
Expand Down Expand Up @@ -197,6 +197,7 @@ extern "C" {
#define _tspawnvpe WINE_tchar_routine(_spawnvpe, _spawnvpe, _tspawnvpe)
#define _tsplitpath WINE_tchar_routine(_splitpath, _splitpath, _wsplitpath)
#define _tstat WINE_tchar_routine(_stat, _stat, _wstat)
#define _tstati64 WINE_tchar_routine(_stati64, _stati64, _wstati64)
#define _tstrdate WINE_tchar_routine(_strdate, _strdate, _wstrdate)
#define _tstrtime WINE_tchar_routine(_strtime, _strtime, _wstrtime)
#define _tsystem WINE_tchar_routine(system, system, _wsystem)
Expand Down

0 comments on commit 94faa16

Please sign in to comment.