--- mstools/samples/ddeml/client/client.h 2018/08/09 18:23:23 1.1.1.3 +++ mstools/samples/ddeml/client/client.h 2018/08/09 18:25:41 1.1.1.4 @@ -1,11 +1,11 @@ /******************************************************************************\ -* This is a part of the Microsoft Source Code Samples. +* 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 +* 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 +* See these sources for detailed information regarding the * Microsoft samples programs. \******************************************************************************/ @@ -196,7 +196,7 @@ extern HHOOK ghhk; BOOL APIENTRY InitializeApplication(VOID); BOOL APIENTRY InitializeInstance(DWORD); -INT FAR cdecl MPError(DWORD,DWORD,...); +INT FAR cdecl MPError(DWORD,DWORD, ...); LONG APIENTRY FrameWndProc(HWND, UINT, WPARAM, LPARAM); LONG APIENTRY MDIChildWndProc(HWND, UINT, WPARAM, LPARAM); HCONV CreateConv(HSZ hszApp, HSZ hszTopic, BOOL fList);