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.
22 lines
450 B
22 lines
450 B
#if !defined(_FUSION_SETTINGS_STDINC_H_INCLUDED_)
|
|
#define _FUSION_SETTINGS_STDINC_H_INCLUDED_
|
|
|
|
#pragma once
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <windows.h>
|
|
#include "fusionlastwin32error.h"
|
|
#include <stdio.h>
|
|
#include <limits.h>
|
|
#include "fusionunused.h"
|
|
|
|
#include <windows.h>
|
|
#include <sxsapi.h>
|
|
#include "settingsp.h"
|
|
|
|
#include "util.h"
|
|
#include "fusiontrace.h"
|
|
|
|
#endif // !defined(_FUSION_SETTINGS_STDINC_H_INCLUDED_)
|