mirror of
https://github.com/thomasxm/BOAZ_beta
synced 2026-06-06 16:54:29 +00:00
7 lines
163 B
C
Executable File
7 lines
163 B
C
Executable File
// Copyright (c) Microsoft Corporation.
|
|
#pragma once
|
|
#ifdef __cplusplus
|
|
#include <__msvc_cxx_stdatomic.hpp>
|
|
#else
|
|
#include <vcruntime_c11_stdatomic.h>
|
|
#endif |