Machine Interface Utility:VER1.0
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user