Files
EF3-Interface/PcDmis/Base/Interfac/Msi/Hsi/MicroVu/STDAFX.CPP
T
2013-05-09 20:29:54 +08:00

18 lines
402 B
C++

// stdafx.cpp : source file that includes just the standard includes
// stdafx.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
#ifdef _ATL_STATIC_REGISTRY
#include <atlbase.h>
# include <statreg.h>
# if _MSC_VER < 1300
# include <statreg.cpp>
# endif
#endif
#if _MSC_VER < 1300
# include <atlimpl.cpp>
#endif