Changeset 21399


Ignore:
Timestamp:
Jul 28, 2010, 10:14:24 PM (15 years ago)
Author:
dmik
Message:

tchar.h: Don't define TCHAR twice (already defined in windef.h which should be enough).

File:
1 edited

Legend:

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

    r5148 r21399  
    254254#define __T(x) x
    255255
     256/* TCHAR and friends are already defined in windef.h */
     257#if 0
    256258typedef CHAR  _TCHARA;
    257259typedef WCHAR _TCHARW;
     
    268270DECL_WINELIB_TYPE_AW (PTSTR)
    269271//DECL_WINELIB_TYPE_AW (LPTSTR)
    270          
     272#endif
     273
    271274#ifdef __cplusplus
    272275} /* extern "C" */
    273276#endif
    274                  
     277
    275278#endif /* __WINE_TCHAR_H */
Note: See TracChangeset for help on using the changeset viewer.