windows-nt/Source/XPSP1/NT/net/config/netcfg/sfncfg/implinc.cpp

20 lines
319 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include "pch.h"
#pragma hdrstop
#include "ncxbase.h"
#ifdef _ATL_STATIC_REGISTRY
#include <statreg.h>
#include <statreg.cpp>
#endif
// Include ATL's implementation. Substitute _ASSERTE with our Assert.
//
#ifdef _ASSERTE
#undef _ASSERTE
#define _ASSERTE Assert
#endif
#include <atlimpl.cpp>
#include <atlwin.cpp>