--- mstools/samples/wxform/wxform.h 2018/08/09 18:20:41 1.1.1.1 +++ mstools/samples/wxform/wxform.h 2018/08/09 18:23:44 1.1.1.3 @@ -1,9 +1,20 @@ + +/******************************************************************************\ +* 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. +\******************************************************************************/ + /* wxform.h -- header file for World transform sample. */ -LRESULT MainWndProc (HWND, UINT, WPARAM, LPARAM); -LRESULT TransformDlgProc(HWND, UINT, WPARAM, LPARAM); -LRESULT MouseDlgProc (HWND, UINT, WPARAM, LPARAM); +LRESULT CALLBACK MainWndProc (HWND, UINT, WPARAM, LPARAM); +LRESULT CALLBACK TransformDlgProc(HWND, UINT, WPARAM, LPARAM); +LRESULT CALLBACK MouseDlgProc (HWND, UINT, WPARAM, LPARAM);