--- mstools/samples/sdktools/spy/app/wprintf.h 2018/08/09 18:24:28 1.1 +++ mstools/samples/sdktools/spy/app/wprintf.h 2018/08/09 18:27:16 1.1.1.2 @@ -1,4 +1,6 @@ + + /******************************************************************************\ * This is a part of the Microsoft Source Code Samples. * Copyright (C) 1993 Microsoft Corporation. @@ -14,5 +16,5 @@ HWND APIENTRY CreatePrintfWindow (HWND,LPSTR,BOOL,INT); HWND APIENTRY CreatePrintfWin (HWND,HANDLE,LPSTR,DWORD,INT,INT,INT,INT,INT); -INT FAR cdecl vwprintf(HWND hWnd, LPSTR format, LPSTR marker); +INT FAR cdecl vwprintf(HWND hWnd, LPSTR format, va_list marker);