Files
stupidsimcpp/util/jxl/jxl_export.h
Yggdrasil75 798a22184f jxl
2025-11-05 15:00:02 -05:00

8 lines
344 B
C

// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef THIRD_PARTY_LIBJXL_JXL_JXL_EXPORT_H_
#define THIRD_PARTY_LIBJXL_JXL_JXL_EXPORT_H_
#define JXL_EXPORT
#define JXL_DEPRECATED
#endif // THIRD_PARTY_LIBJXL_JXL_JXL_EXPORT_H_