12 lines
348 B
C
12 lines
348 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_
|