FDL Core Library
ASC Framing Decision List — C/C++ Reference Implementation
Loading...
Searching...
No Matches
src
fdl_compat.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2024-present American Society Of Cinematographers
2
// SPDX-License-Identifier: Apache-2.0
9
#ifndef FDL_COMPAT_H
10
#define FDL_COMPAT_H
11
12
#include <cstring>
13
14
#ifdef _MSC_VER
15
#define fdl_strdup _strdup
16
#else
17
#define fdl_strdup strdup
18
#endif
19
20
#endif
// FDL_COMPAT_H
Generated by
1.9.8