Ignore:
Timestamp:
Jun 16, 2009, 3:08:41 PM (16 years ago)
Author:
ydario
Message:

Header updates.

File:
1 edited

Legend:

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

    r10627 r21299  
    151151#endif
    152152
    153 
     153#ifndef __EMX__
    154154#if (__IBMC__ < 400) && (__IBMCPP__ < 360)
    155155#ifndef __declspec
     
    165165#endif
    166166#endif // (__IBMC__ < 400) && (__IBMCPP__ < 360)
     167#endif // __EMX__
    167168
    168169#ifndef CONST
     
    309310typedef double          __int64;
    310311#elif defined (__EMX__)
     312#ifndef _JAVASOFT_JNI_MD_H_
    311313typedef long long       __int64;
     314#endif
    312315#endif
    313316#else
     
    532535#define __TEXT(string) L##string /*probably wrong */
    533536# else  /* UNICODE */
    534 typedef CHAR TCHAR;
     537typedef CHAR            TCHAR,      *PTCHAR;
    535538typedef LPSTR LPTSTR;
    536539typedef LPCSTR LPCTSTR;
Note: See TracChangeset for help on using the changeset viewer.