windows-nt/Source/XPSP1/NT/shell/osshell/accesory/eudcedit/common.h

9 lines
155 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//
// Copyright (c) 1997-1999 Microsoft Corporation.
//
typedef int int16;
typedef long int32;
typedef unsigned int uint16;
typedef unsigned long uint32;