| Index: rlz/lib/rlz_api.h
|
| diff --git a/rlz/lib/rlz_api.h b/rlz/lib/rlz_api.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..02050902b044f255dda42d618bf4eb3e3da2eaef
|
| --- /dev/null
|
| +++ b/rlz/lib/rlz_api.h
|
| @@ -0,0 +1,15 @@
|
| +// 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_
|
|
|