16 lines
239 B
C++
16 lines
239 B
C++
|
// PRELOCAL.CPP: Source file that includes just the standard includes
|
||
|
|
||
|
|
||
|
#include <atlinc.h>
|
||
|
|
||
|
#ifdef _ATL_STATIC_REGISTRY
|
||
|
#include <statreg.h>
|
||
|
#include <statreg.cpp>
|
||
|
#endif
|
||
|
|
||
|
#ifdef IA64
|
||
|
#include <itdfguid.h>
|
||
|
#endif
|
||
|
|
||
|
#include <atlimpl.cpp>
|