/* Copyright 2020-@THISYEAR@, Dirk Krause. All rights reserved. SPDX-License-Identifier: BSD-3-Clause */ /** @file dk3conf.h Fixed configure results. */ #ifndef DK3CONF_H_INCLUDED /** Protection against multiple inclusion. */ #define DK3CONF_H_INCLUDED 1 #ifndef DK3_ON_WINDOWS #if _WIN32 #define DK3_ON_WINDOWS 1 #else #define DK3_ON_WINDOWS 0 #endif #endif