--- mstools/samples/ddeml/client/track.h 2018/08/09 18:20:38 1.1.1.1 +++ mstools/samples/ddeml/client/track.h 2018/08/09 18:23:23 1.1.1.3 @@ -1,4 +1,14 @@ +/******************************************************************************\ +* This is a part of the Microsoft Source Code Samples. +* Copyright (C) 1993 Microsoft Corporation. +* All rights reserved. +* This source code is only intended as a supplement to +* Microsoft Development Tools and/or WinHelp documentation. +* See these sources for detailed information regarding the +* Microsoft samples programs. +\******************************************************************************/ + /* * TRACK.H * @@ -7,11 +17,11 @@ /* TrackRect() flags */ -#define TF_LEFT 0x0001 -#define TF_TOP 0x0002 -#define TF_RIGHT 0x0004 -#define TF_BOTTOM 0x0008 -#define TF_MOVE 0x000F +#define TF_LEFT 0x0001 +#define TF_TOP 0x0002 +#define TF_RIGHT 0x0004 +#define TF_BOTTOM 0x0008 +#define TF_MOVE 0x000F #define TF_SETPOINTERPOS 0x0010 #define TF_ALLINBOUNDARY 0x0080