34 lines
431 B
C
34 lines
431 B
C
/*++ BUILD Version: 0001 // Increment this if a change has global effects
|
|
|
|
Copyright (c) 1992 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
Hardware.h
|
|
|
|
Abstract:
|
|
|
|
This module is the header for displaying the Hardware dialog.
|
|
|
|
|
|
Author:
|
|
|
|
David J. Gilman (davegi) 12-Jan-1993
|
|
|
|
Environment:
|
|
|
|
User Mode
|
|
|
|
--*/
|
|
|
|
#if ! defined( _HARDWARE_ )
|
|
|
|
#define _HARDWARE_
|
|
|
|
#include "wintools.h"
|
|
|
|
BOOL
|
|
HardwareProc();
|
|
|
|
#endif // _HARDWARE_
|