@@ -2372,23 +2372,23 @@ typedef DPTR(TADDR) PTR_TADDR;
23722372
23732373#ifndef NATIVEAOT
23742374typedef ArrayDPTR (BYTE) PTR_BYTE;
2375- typedef DPTR (WORD) PTR_WORD;
2376- typedef DPTR (DWORD) PTR_DWORD;
2377- typedef DPTR (ULONG64) PTR_ULONG64;
2378- typedef DPTR (UINT64) PTR_UINT64;
23792375typedef DPTR (PTR_BYTE) PTR_PTR_BYTE;
23802376typedef DPTR (PTR_PTR_BYTE) PTR_PTR_PTR_BYTE;
23812377typedef ArrayDPTR (signed char ) PTR_SBYTE;
23822378typedef ArrayDPTR (const BYTE) PTR_CBYTE;
23832379typedef DPTR (INT8) PTR_INT8;
23842380typedef DPTR (INT16) PTR_INT16;
23852381typedef DPTR (UINT16) PTR_UINT16;
2382+ typedef DPTR (WORD) PTR_WORD;
23862383typedef DPTR (USHORT) PTR_USHORT;
2384+ typedef DPTR (DWORD) PTR_DWORD;
23872385typedef DPTR (LONG) PTR_LONG;
23882386typedef DPTR (ULONG) PTR_ULONG;
23892387typedef DPTR (INT32) PTR_INT32;
23902388typedef DPTR (UINT32) PTR_UINT32;
2389+ typedef DPTR (ULONG64) PTR_ULONG64;
23912390typedef DPTR (INT64) PTR_INT64;
2391+ typedef DPTR (UINT64) PTR_UINT64;
23922392typedef DPTR (SIZE_T) PTR_SIZE_T;
23932393typedef DPTR (int ) PTR_int;
23942394typedef DPTR (BOOL) PTR_BOOL;
0 commit comments