2025-04-27 07:49:33 -04:00

23 lines
536 B
C++

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1994 - 1996.
//
// File: help.hxx
//
// Contents: Prototypes for functions to display instructions to the user.
//
// History: 04-20-95 DavidMun Created
//
//----------------------------------------------------------------------------
#ifndef __HELP_HXX_
#define __HELP_HXX_
VOID DoHelp(WCHAR **ppwsz);
VOID DisplayUsage();
#endif // __HELP_HXX_