blob: 4fd967e0476152194a59c8a00c67be8dcb9af7c3 [file] [log] [blame]
// Copyright 2017 The Chromium Authors
// 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_
#include "build/build_config.h"
#if BUILDFLAG(IS_WIN)
#define RLZ_LIB_API __cdecl
#else
#define RLZ_LIB_API
#endif
#endif // RLZ_LIB_RLZ_API_H_