Version 4.3.0.0.beta1, tag libreoffice-4.3.0.0.beta1
[LibreOffice.git] / vcl / inc / graphite_static.hxx
blobf7a826e22a5099eac37079da2dbc2ccee7edc078
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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 #ifdef WNT
11 # ifndef GRAPHITE2_STATIC
12 # define GRAPHITE2_STATIC 1
13 # endif
14 #endif
16 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */