blob: 02050902b044f255dda42d618bf4eb3e3da2eaef [file] [log] [blame]
// Copyright 2017 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 RLZ_LIB_RLZ_API_H_
#define RLZ_LIB_RLZ_API_H_
#if defined(OS_WIN)
#define RLZ_LIB_API __cdecl
#else
#define RLZ_LIB_API
#endif
#endif // RLZ_LIB_RLZ_API_H_