12 lines
208 B
C
12 lines
208 B
C
|
// SnapMgr.h : header file for Snapin Manager property page
|
||
|
//
|
||
|
|
||
|
#ifndef __SNAPMGR_H__
|
||
|
#define __SNAPMGR_H__
|
||
|
|
||
|
#include "chooser.h"
|
||
|
|
||
|
typedef CChooseMachinePropPage CMyComputerGeneral;
|
||
|
|
||
|
#endif // ~__SNAPMGR_H__
|