--- q_a/samples/angle/angle.h 2018/08/09 18:29:19 1.1 +++ q_a/samples/angle/angle.h 2018/08/09 18:30:07 1.1.1.2 @@ -1,9 +1,23 @@ + +/******************************************************************************\ +* 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. +\******************************************************************************/ + + /* angle.h - header file for the AngleArc() demonstration program. */ /* function prototypes for the window procedures. */ -long FAR PASCAL MainWndProc(HWND, UINT, UINT, LONG); -long FAR PASCAL DlgProc(HWND, UINT, UINT, LONG); +long FAR PASCAL +MainWndProc(HWND, UINT, UINT, LONG); +long FAR PASCAL +DlgProc(HWND, UINT, UINT, LONG); /* Top dialog item IDs */