Ignore:
Timestamp:
Nov 27, 2010, 11:12:39 AM (15 years ago)
Author:
dmik
Message:

Do not define TCHAR twice.

File:
1 edited

Legend:

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

    r21477 r21478  
    560560/* depend on the UNICODE macro that only exists in user's code. */
    561561
    562 #ifndef __WINE__
     562#if !defined(__WINE__) && !defined(_TCHAR_DEFINED)
     563#define _TCHAR_DEFINED
    563564# ifdef UNICODE
    564565typedef WCHAR TCHAR;
Note: See TracChangeset for help on using the changeset viewer.