/** @file
  SubhookLib class with APIs from the subhook project

  Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
  SPDX-License-Identifier: BSD-2-Clause-Patent

**/

#ifndef SUBHOOK_LIB_H_
#define SUBHOOK_LIB_H_

#define SUBHOOK_STATIC
#include <subhook.h>

#endif