UACME/Source/Fubuki/fubuki.h

50 lines
1.1 KiB
C
Raw Normal View History

/*******************************************************************************
*
* (C) COPYRIGHT AUTHORS, 2018
*
* TITLE: FUBUKI.H
*
* VERSION: 3.03
*
* DATE: 11 Oct 2018
*
* Fubuki global include header file.
*
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
* ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
* TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
* PARTICULAR PURPOSE.
*
*******************************************************************************/
#pragma once
#if !defined UNICODE
#error ANSI build is not supported
#endif
//disable nonmeaningful warnings.
#pragma warning(push)
#pragma warning(disable: 4005 4201)
#include <windows.h>
#include "shared\ntos.h"
#include <ntstatus.h>
#include "shared\minirtl.h"
#include "shared\_filename.h"
#include "shared\util.h"
#include "shared\windefend.h"
#include "unbcl.h"
#include "wbemcomn.h"
#pragma warning(pop)
#include "shared\libinc.h"
#define LoadedMsg TEXT("Fubuki lock and loaded")
//default execution flow
#define AKAGI_FLAG_KILO 1
//suppress all additional output
#define AKAGI_FLAG_TANGO 2