9 lines
146 B
C
9 lines
146 B
C
|
#ifndef _SCHMMGMT_H
|
||
|
#define _SCHMMGMT_H
|
||
|
|
||
|
extern const GUID CLSID_SchmMgmt;
|
||
|
extern const GUID CLSID_SchemaManagementAbout;
|
||
|
|
||
|
|
||
|
#endif // _SCHMMGMT_H
|