2018-06-15 11:44:01 +00:00
|
|
|
/*******************************************************************************
|
|
|
|
*
|
|
|
|
* (C) COPYRIGHT AUTHORS, 2018
|
|
|
|
*
|
|
|
|
* TITLE: FUBUKI.H
|
|
|
|
*
|
2018-11-13 09:58:29 +00:00
|
|
|
* VERSION: 3.10
|
2018-06-15 11:44:01 +00:00
|
|
|
*
|
2018-11-21 05:14:29 +00:00
|
|
|
* DATE: 18 Nov 2018
|
2018-06-15 11:44:01 +00:00
|
|
|
*
|
|
|
|
* 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
|
|
|
|
|
2018-11-21 05:14:29 +00:00
|
|
|
#include "shared\shared.h"
|
|
|
|
#include "shared\libinc.h"
|
2018-06-15 11:44:01 +00:00
|
|
|
|
2018-11-21 05:14:29 +00:00
|
|
|
//
|
|
|
|
// Forwards
|
|
|
|
//
|
2018-06-15 11:44:01 +00:00
|
|
|
#include "unbcl.h"
|
|
|
|
#include "wbemcomn.h"
|
2018-11-10 09:42:19 +00:00
|
|
|
#include "winmm.h"
|
2018-06-15 11:44:01 +00:00
|
|
|
|
|
|
|
#define LoadedMsg TEXT("Fubuki lock and loaded")
|
|
|
|
|
|
|
|
//default execution flow
|
|
|
|
#define AKAGI_FLAG_KILO 1
|
|
|
|
|
|
|
|
//suppress all additional output
|
|
|
|
#define AKAGI_FLAG_TANGO 2
|