Changeset 6743 for trunk/include


Ignore:
Timestamp:
Sep 17, 2001, 11:30:28 AM (24 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32type.h

    r5383 r6743  
    3030#ifndef OS2DEF_INCLUDED
    3131// void
    32 #undef VOID
    33 #undef PVOID
    3432typedef void            VOID;
    3533typedef void*           PVOID;
    3634
    3735// 32 bit integers
    38 #undef LONG
    39 #undef PLONG
    40 #undef PCLONG
    4136typedef                long   LONG;
    4237typedef         signed long*  PLONG;
    4338typedef const   signed long*  PCLONG;
    4439
    45 #undef ULONG
    46 #undef PULONG
    47 #undef PCULONG
    4840typedef       unsigned long   ULONG;
    4941typedef       unsigned long*  PULONG;
    5042typedef const unsigned long*  PCULONG;
    5143
    52 #undef INT32
    53 #undef PINT32
    54 #undef PCINT32
    5544typedef       unsigned int    INT32;
    5645typedef       unsigned int *  PINT32;
    5746typedef const unsigned int *  PCINT32;
    5847
    59 #undef UINT32
    60 #undef PUINT32
    61 #undef PCUINT32
    6248typedef       unsigned int    UINT32;
    6349typedef       unsigned int *  PUINT32;
    6450typedef const unsigned int *  PCUINT32;
    6551
    66 #undef UINT
    67 #undef PUINT
    68 #undef PCUINT
    6952typedef       unsigned int    UINT;
    7053typedef       unsigned int *  PUINT;
     
    7356
    7457// 16 bit integers
    75 #undef SHORT
    76 #undef PSHORT
    77 #undef PCSHORT
    7858typedef                short  SHORT;
    7959typedef         signed short* PSHORT;
    8060typedef const   signed short* PCSHORT;
    8161
    82 #undef USHORT
    83 #undef PUSHORT
    84 #undef PCUSHORT
    8562typedef       unsigned short  USHORT;
    8663typedef       unsigned short* PUSHORT;
    8764typedef const unsigned short* PCUSHORT;
    8865
    89 #undef UINT16
    90 #undef PUINT16
    91 #undef PCUINT16
    9266typedef       unsigned short  UINT16;
    9367typedef       unsigned short* PUINT16;
     
    9670
    9771// 8 bit integers
    98 #undef UCHAR
    99 #undef PUCHAR
    100 #undef PCUCHAR
    10172typedef       unsigned char  UCHAR;
    10273typedef       unsigned char* PUCHAR;
    10374typedef const unsigned char* PCUCHAR;
    10475
    105 #undef UINT8
    106 #undef PUINT8
    107 #undef PCUINT8
    10876typedef       unsigned char   UINT8;
    10977typedef       unsigned char*  PUINT8;
    11078typedef const unsigned char*  PCUINT8;
    11179
    112 #undef INT8
    113 #undef PINT8
    114 #undef PCINT8
    11580typedef         signed char   INT8;
    11681typedef         signed char*  PINT8;
    11782typedef const   signed char*  PCINT8;
    11883
    119 #undef BYTE
    120 #undef PBYTE
    121 #undef PCBYTE
    12284typedef       unsigned char  BYTE;
    12385typedef       unsigned char* PBYTE;
     
    12587
    12688// floats
    127 #undef FLOAT
    128 #undef PFLOAT
    129 #undef LPFLOAT
    13089typedef float FLOAT, *PFLOAT, *LPFLOAT;
    13190
     
    13998#if !(defined(__WINE_WINDEF_H) || defined(OS2DEF_INCLUDED))
    14099
    141 #undef INT
    142 #undef PINT
    143 #undef PCINT
    144100typedef       unsigned int    INT;
    145101typedef       unsigned int *  PINT;
    146102typedef const unsigned int *  PCINT;
    147103
    148 #undef CHAR
    149 #undef PCHAR
    150 #undef PCCHAR
    151104typedef                char   CHAR;
    152105typedef         signed char*  PCHAR;
     
    162115#ifndef __WINE_WINDEF_H
    163116// void
    164 #undef LPVOID
    165 #undef LPCVOID
    166117typedef void*           LPVOID;
    167118typedef const void*     LPCVOID;
    168119
    169120// 32 bit integers
    170 #undef LPLONG
    171 #undef LPCLONG
    172121typedef         signed long*  LPLONG;
    173122typedef const   signed long*  LPCLONG;
    174123
    175 #undef LPULONG
    176 #undef LPCULONG
    177124typedef       unsigned long*  LPULONG;
    178125typedef const unsigned long*  LPCULONG;
    179126
    180 #undef LPINT32
    181 #undef LPCINT32
    182127typedef       unsigned int *  LPINT32;
    183128typedef const unsigned int *  LPCINT32;
    184129
    185 #undef LPINT
    186 #undef LPCINT
    187130typedef       unsigned int *  LPINT;
    188131typedef const unsigned int *  LPCINT;
    189132
    190 #undef LPUINT32
    191 #undef LPCUINT32
    192133typedef       unsigned int *  LPUINT32;
    193134typedef const unsigned int *  LPCUINT32;
    194135
    195 #undef LPUINT
    196 #undef LPCUINT
    197136typedef       unsigned int *  LPUINT;
    198137typedef const unsigned int *  LPCUINT;
     
    200139
    201140// 16 bit integers
    202 #undef INT16
    203 #undef PINT16
    204 #undef PCINT16
    205141typedef       unsigned short  INT16;
    206142typedef       unsigned short* PINT16;
    207143typedef const unsigned short* PCINT16;
    208144
    209 #undef LPUINT16
    210 #undef LPCUINT16
    211145typedef       unsigned short* LPUINT16;
    212146typedef const unsigned short* LPCUINT16;
    213147
    214 #undef LPSHORT
    215 #undef LPCSHORT
    216148typedef         signed short* LPSHORT;
    217149typedef const   signed short* LPCSHORT;
    218150
    219 #undef LPUSHORT
    220 #undef LPCUSHORT
    221151typedef       unsigned short* LPUSHORT;
    222152typedef const unsigned short* LPCUSHORT;
    223153
    224 #undef LPINT16
    225 #undef LPCINT16
    226154typedef       unsigned short* LPINT16;
    227155typedef const unsigned short* LPCINT16;
    228156
    229157// 8 bit integers
    230 #undef LPCHAR
    231 #undef LPCCHAR
    232158typedef         signed char*  LPCHAR;
    233159typedef const   signed char*  LPCCHAR;
    234160
    235 #undef LPUCHAR
    236 #undef LPCUCHAR
    237161typedef       unsigned char* LPUCHAR;
    238162typedef const unsigned char* LPCUCHAR;
    239163
    240 #undef LPUINT8
    241 #undef LPCUINT8
    242164typedef       unsigned char*  LPUINT8;
    243165typedef const unsigned char*  LPCUINT8;
    244166
    245 #undef LPINT8
    246 #undef LPCINT8
    247167typedef         signed char*  LPINT8;
    248168typedef const   signed char*  LPCINT8;
    249169
    250 #undef LPBYTE
    251 #undef LPCBYTE
    252170typedef       unsigned char* LPBYTE;
    253171typedef const unsigned char* LPCBYTE;
    254172
    255173// floats
    256 #undef FLOAT
    257 #undef PFLOAT
    258 #undef LPFLOAT
    259174typedef float FLOAT, *PFLOAT, *LPFLOAT;
    260175
     
    284199
    285200// 32 bit integer
    286 #undef DWORD
    287 #undef PDWORD
    288 #undef LPDWORD
    289 #undef PCDWORD
    290 #undef LPCDWORD
    291201typedef       unsigned long   DWORD;
    292202typedef       unsigned long*  PDWORD;
     
    299209
    300210// 16 bit integer
    301 #undef WORD
    302 #undef PWORD
    303 #undef LPWORD
    304 #undef PCWORD
    305 #undef LPCWORD
    306211typedef       unsigned short  WORD;
    307 typedef       unsigned short* PWORD;
    308 typedef       unsigned short* LPWORD;
    309 typedef const unsigned short* PCWORD;
    310 typedef const unsigned short* LPCWORD;
     212typedef       WORD          * PWORD;
     213typedef       WORD          * LPWORD;
     214typedef const WORD          * PCWORD;
     215typedef const WORD          * LPCWORD;
    311216
    312217
Note: See TracChangeset for help on using the changeset viewer.