Ignore:
Timestamp:
Sep 18, 1999, 5:55:45 PM (26 years ago)
Author:
sandervl
Message:

Header changes for win32 apps compiled in OS/2

File:
1 edited

Legend:

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

    r4 r970  
    1 /* $Id: tchar.h,v 1.1 1999-05-24 20:19:20 ktk Exp $ */
     1/* $Id: tchar.h,v 1.2 1999-09-18 15:55:45 sandervl Exp $ */
    22
    33#ifndef __WINE_TCHAR_H
     
    55
    66#include "windef.h"
     7
     8#ifndef __WIN32OS2__
    79
    810#ifdef __cplusplus
     
    253255#define __T(x) x
    254256
     257#endif //__WIN32OS2__
     258
    255259typedef CHAR  _TCHARA;
    256260typedef WCHAR _TCHARW;
     
    266270typedef LPSTR PTSTRA, LPTSTRA;
    267271DECL_WINELIB_TYPE_AW (PTSTR)
    268 DECL_WINELIB_TYPE_AW (LPTSTR)
     272//DECL_WINELIB_TYPE_AW (LPTSTR)
    269273         
    270274#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.