2006-12-09 12:01:26 +00:00
|
|
|
/*
|
|
|
|
* $Id: stdafx.cpp,v 1.2 2006-12-09 12:01:26 bacon Exp $
|
|
|
|
*/
|
|
|
|
|
2006-12-09 11:50:08 +00:00
|
|
|
// 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>
|