--- mstools/samples/generic/generic.h 2018/08/09 18:21:30 1.1.1.2 +++ mstools/samples/generic/generic.h 2018/08/09 18:23:32 1.1.1.3 @@ -1,3 +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. +\******************************************************************************/ + #define IDM_NEW 100 #define IDM_OPEN 101 #define IDM_SAVE 102 @@ -23,5 +34,5 @@ BOOL InitApplication(HANDLE); BOOL InitInstance(HANDLE, int); -long FAR PASCAL WndProc(HWND, UINT, UINT, LONG); -BOOL FAR PASCAL About(HWND, UINT, UINT, LONG); +LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); +LRESULT CALLBACK About (HWND, UINT, WPARAM, LPARAM);