Krita Source Code Documentation
Loading...
Searching...
No Matches
kritaui_export_instance.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2022 L. E. Segovia <amy@amyspark.me>
3
* SPDX-FileCopyrightText: 2022 Dmitry Kazakov <dimula73@gmail.com>
4
*
5
* SPDX-License-Ref: GPL-2.0-or-later
6
*/
7
8
#ifndef KRITAUI_EXPORT_INSTANCE_H
9
#define KRITAUI_EXPORT_INSTANCE_H
10
11
#include "kritaui_export.h"
12
13
/* See https://reviews.llvm.org/D61118 */
14
15
#if defined(__MINGW64__) || defined(__MINGW32__)
16
#define KRITAUI_EXPORT_TEMPLATE KRITAUI_EXPORT
17
#define KRITAUI_EXPORT_INSTANCE
18
#elif defined(_MSC_VER)
19
#define KRITAUI_EXPORT_TEMPLATE
20
#define KRITAUI_EXPORT_INSTANCE KRITAUI_EXPORT
21
#else
22
#define KRITAUI_EXPORT_TEMPLATE KRITAUI_EXPORT
23
#define KRITAUI_EXPORT_INSTANCE KRITAUI_EXPORT
24
#endif
25
26
#endif
// KRITAUI_EXPORT_INSTANCE_H
libs
ui
kritaui_export_instance.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52