summaryrefslogtreecommitdiff
path: root/include/prewin.h
blob: ebdf4aaf518f4329e191e5340f683e5fddf4b670 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

/* not protected, do only include once! */

#if defined(_WIN32)

#define Folder       WIN_Folder
#define GradientStyle_RECT  WIN_GradientStyle_RECT

#ifndef IN
#   define IN
#endif
#ifndef OUT
#   define OUT
#endif

#if !defined STRICT
#   define STRICT
#endif

#define WIN32_LEAN_AND_MEAN
#include <windows.h>

#include <shellapi.h>
#include <commdlg.h>
#include <dlgs.h>

#include <commctrl.h>

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
tle='2020-04-14 23:23:32 +0200'>2020-04-14remove vclpixelprocessor2d.hxx from clang-format blacklistTomaž Vajngerl 2020-04-14remove vclprocessor2d.hxx from clang-format blacklistTomaž Vajngerl 2020-04-14Add the EPUB and XMLOasis export filter constructorsTor Lillqvist 2020-04-13Reuse getBasctlFunction codeStephan Bergmann 2020-04-12remove {line,stroke}attribute.hxx from clang-format blacklistTomaž Vajngerl 2020-04-09pyuno,*: kill Python 2 support with fireMichael Stahl 2020-04-09xmloff: create SchXMLExport_Oasis_Content instances with an uno constructorMiklos Vajna 2020-04-08Related tdf#111408 liblo-native-code: Add stardiv_Toolkit_UnoGroupBoxControlMichael Weghorn 2020-04-08simplify QNameToStringNoel Grandin 2020-04-07remove polygonprimitive2d.hxx from clang-format blacklistTomaž Vajngerl 2020-04-06remove newly unused stuffCaolán McNamara 2020-04-06weld custom animation panelCaolán McNamara 2020-04-06lxml: try to remove some quirky PYPATH stuffMichael Stahl 2020-04-06use full path for the PCH .hxx file for MSCLuboš Luňák 2020-04-03remove polypolygonprimitive2d.{hxx,cxx} from clang-format blacklistTomaž Vajngerl 2020-04-03tdf#131835: don't set PYTHONWARNINGS=error if --enable-werror isn't setRene Engelhard 2020-04-03xmloff: create SchXMLExport_Oasis_Styles instances with an uno constructorMiklos Vajna 2020-04-02Always treat desktop-translate files as utf-8.Jussi Pakkanen 2020-03-31tdf#130911: convert desktop-translate from Perl to Python.Jussi Pakkanen 2020-03-30Override gb_Package_get_target,python3 also for gb_UITest_DEPS on macOSStephan Bergmann 2020-03-27revert the gyp-based nss build changesLuboš Luňák 2020-03-24weld writer navigatorCaolán McNamara 2020-03-23Remove nonexisting files from solenv/clang-format/blacklistStephan Bergmann 2020-03-23Sort solenv/clang-format/blacklistStephan Bergmann 2020-03-23Add wrongly formatted file to blacklistStephan Bergmann 2020-03-23build nss using gyp+ninja also on WindowsLuboš Luňák 2020-03-23do not reset PATH when invoking internal python