Ignore:
Timestamp:
Jul 18, 2000, 8:30:47 PM (25 years ago)
Author:
sandervl
Message:

YD: header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/tchar.h

    r1546 r3850  
    1 /* $Id: tchar.h,v 1.3 1999-11-02 19:06:43 sandervl Exp $ */
     1/* $Id: tchar.h,v 1.4 2000-07-18 18:30:37 sandervl Exp $ */
    22
    33#ifndef __WINE_TCHAR_H
     
    55
    66#include "windef.h"
    7 
    8 #ifndef __WIN32OS2__
    97
    108#ifdef __cplusplus
     
    4139/* FIXME: _searchenv is not implemented */
    4240/* FIXME: _splitpath is not implemented */
     41
     42#ifndef __WIN32OS2__
    4343
    4444/* FIXME: this should be in string.h but since it's a standard C library include... */
     
    7575#define _utime utime
    7676
     77#endif //__WIN32OS2__
    7778
    7879/*****************************************************************************
     
    156157#define _tcsdup       WINE_tchar_routine(_strdup,         _mbsdup,     _wcsdup)
    157158#define _tcsftime     WINE_tchar_routine(strftime,        strftime,    wcsftime)
    158 #define _tcsicmp      WINE_tchar_routine(_stricmp,        _mbsicmp,    _wcsicmp)
     159#define _tcsicmp      WINE_tchar_routine(stricmp,         _mbsicmp,    _wcsicmp)
    159160#define _tcsicoll     WINE_tchar_routine(_stricoll,       _stricoll,   _wcsicoll)
    160161#define _tcsinc       WINE_tchar_routine(_strinc,         _mbsinc,     _wcsinc)
     
    273274} /* extern "C" */
    274275#endif
    275 
    276 #endif //__WIN32OS2__
    277                                  
     276                 
    278277#endif /* __WINE_TCHAR_H */
Note: See TracChangeset for help on using the changeset viewer.