Source code of Windows XP (NT5)
 
 
 
 
 
 

8 lines
155 B

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