Machine Interface Utility:VER1.0

This commit is contained in:
TAO Cheng
2013-05-09 20:29:54 +08:00
commit 036cdcb228
743 changed files with 104786 additions and 0 deletions
@@ -0,0 +1,17 @@
// 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