2025-04-27 07:49:33 -04:00

20 lines
338 B
C++

#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>