windows-nt/Source/XPSP1/NT/net/config/netman/dll/implinc.cpp
2020-09-26 16:20:57 +08:00

19 lines
296 B
C++

#include "pch.h"
#pragma hdrstop
#include "nmbase.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>