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.
24 lines
418 B
24 lines
418 B
#pragma message("Precompiling header...")
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
|
|
#include <comdef.h>
|
|
#include <helper.h>
|
|
|
|
#define STRSAFE_NO_DEPRECATE
|
|
#include <strsafe.h>
|
|
|
|
#include <scopeguard.h>
|
|
#include <autoptr.h>
|
|
|
|
#include <fwcommon.h>
|
|
#include <smartptr.h>
|
|
|
|
#include <brodcast.h>
|
|
#include "dllutils.h"
|
|
#include "strings.h"
|
|
#include "ConfgMgr.h"
|