23 lines
450 B
C
23 lines
450 B
C
#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_)
|