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.
11 lines
309 B
11 lines
309 B
// stdafx.cpp : source file that includes just the standard includes
|
|
// UI.pch will be the pre-compiled header
|
|
// stdafx.obj will contain the pre-compiled type information
|
|
|
|
#include "stdafx.h"
|
|
|
|
#if (_ATL_VER < 0x0700)
|
|
#include <atlimpl.cpp>
|
|
#endif //(_ATL_VER < 0x0700)
|
|
|
|
#include <IISMigrTool_i.c>
|