mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
429 B
27 lines
429 B
#include "pch.h"
|
|
#pragma hdrstop
|
|
#include "nsbase.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>
|
|
#ifdef SubclassWindow
|
|
#undef SubclassWindow
|
|
#endif
|
|
#include <atlwin.h>
|
|
#include <atlwin.cpp>
|
|
|
|
|
|
#define INITGUID
|
|
#include <nmclsid.h>
|
|
|