mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
307 B
18 lines
307 B
#ifndef _STDAFX_HXX
|
|
#define _STDAFX_HXX
|
|
|
|
#define BASEMMC_SUB
|
|
|
|
#include "headers.hxx"
|
|
#include "TestSnapins.h"
|
|
#include "snapincommon.hxx"
|
|
|
|
#include "samplesnap.hxx"
|
|
#include "powertest.h"
|
|
#include "Component2Snapin.hxx"
|
|
#include "RenameSnapin.hxx"
|
|
#include "DragDropTest.h"
|
|
#include "OCXCaching.h"
|
|
|
|
|
|
#endif
|