mirror of
https://github.com/microsoft/krabsetw
synced 2026-06-06 16:14:32 +00:00
15 lines
465 B
C++
15 lines
465 B
C++
// Copyright (c) Microsoft. All rights reserved.
|
|
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
|
|
|
#include "krabs.hpp"
|
|
|
|
// Note: This file exists to define the schema_locator
|
|
// cache static variable. Due to issues with C++14 magic
|
|
// static and C++/CLI, we're unable to rely solely on
|
|
// using magic static.
|
|
|
|
// DO NOT ADD THINGS TO THIS FILE
|
|
|
|
namespace krabs {
|
|
schema_locator schema_locator::singleton_;
|
|
} |