2020-09-30 17:12:29 +02:00

43 lines
496 B
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++ BUILD Version: 0001 // Increment this if a change has global effects
Copyright (c) 1992 Microsoft Corporation
Module Name:
System.h
Abstract:
Author:
Gregg R. Acheson (GreggA) 7-May-1993
Environment:
User Mode
--*/
#if ! defined( _SYSTEM_ )
#define _SYSTEM_
#include "wintools.h"
BOOL
BuildSystemReport(
IN HWND hWnd
);
BOOL
SystemDlgProc(
IN HWND hWnd,
IN UINT message,
IN WPARAM wParam,
IN LPARAM lParam
);
#endif // _SYSTEM_