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

35 lines
695 B
C

//////////////////////////////////////////////////////////////////////////////
//
// HOWTORUN.H
//
// Microsoft Confidential
// Copyright (c) Microsoft Corporation 1998
// All rights reserved
//
// Includes all external include files, defined values, macros, data
// structures, and fucntion prototypes for the corisponding CXX file.
//
// Jason Cohen (JCOHEN)
//
//////////////////////////////////////////////////////////////////////////////
// Only include this file once.
//
#ifndef _HOWTORUN_H_
#define _HOWTORUN_H_
// Include file(s).
//
#include <windows.h>
// External function prototype(s).
//
BOOL HowToRun(VOID);
#endif // _HOWTORUN_H_