21 lines
190 B
C
21 lines
190 B
C
|
/*++
|
||
|
|
||
|
Copyright (C) 1996-2001 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
|
||
|
#ifndef __WMI_SELFINST__H_
|
||
|
#define __WMI_SELFINST__H_
|
||
|
|
||
|
// BUGBUG
|
||
|
#define WMI_REPORT(X)
|
||
|
|
||
|
#endif
|