2025-04-27 07:49:33 -04:00

9 lines
163 B
C

//
// Copyright (c) 1997-1999 Microsoft Corporation.
//
typedef int int16;
typedef long int32;
typedef unsigned int uint16;
typedef unsigned long uint32;