Colibre: tdf#146410 update Clone Formatting icons
[LibreOffice.git] / solenv / clang-cl / config_global.h
blob80120f1d2a080d66d0fa84a60c361c0f31c9f767
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
10 /* A partial copy of config_host/config_global.h.in, with hardcoded values that
11 suffice to compile CxxClr code in cli_ure/ with MSVC when building the rest
12 with clang-cl. A bad hack, should be replaced with a better copy that is
13 actually filled in by configure.
16 #ifndef CONFIG_GLOBAL_H
17 #define CONFIG_GLOBAL_H
19 #endif
21 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */