20 lines
454 B
C++
20 lines
454 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 <statreg.h>
|
||
|
#include <statreg.cpp>
|
||
|
#endif
|
||
|
|
||
|
#include <atlimpl.cpp>
|
||
|
#include "atlwin.cpp"
|
||
|
|
||
|
/////////////////
|
||
|
// ESI Additions
|
||
|
const LPTSTR szDefragGUID = _T("{202D3AEF-2F0E-11D1-A1F6-0080C88593A5}");
|
||
|
//
|
||
|
///////////////
|