diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-12 15:05:16 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-16 12:06:35 +0900 |
| commit | 5b692ca361fdf03ceda3163c71fa67b63cf31bb2 (patch) | |
| tree | 33070256cb79dd22bb76d2248e9d32a49ebbe960 /kexi/plugins/macros | |
| parent | ee1d68b71d187a56488c844007c6803ec32d010f (diff) | |
| download | koffice-master.tar.gz koffice-master.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kexi/plugins/macros')
| -rw-r--r-- | kexi/plugins/macros/lib/komacro_export.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/kexi/plugins/macros/lib/komacro_export.h b/kexi/plugins/macros/lib/komacro_export.h index 9b03f2698..42c2d29d8 100644 --- a/kexi/plugins/macros/lib/komacro_export.h +++ b/kexi/plugins/macros/lib/komacro_export.h @@ -20,18 +20,8 @@ #ifndef KOMACRO_EXPORT_H_ #define KOMACRO_EXPORT_H_ -#ifdef __cplusplus -# include <tdeversion.h> /* this will also include <tdelibs_export.h>, if available */ -#endif - -/* TDE_EXPORT will be defined multiple times without this on tdelibs 3.3 (tested on 3.3.1) */ #include <tdemacros.h> -/* workaround for KDElibs < 3.2 on !win32 */ -#ifndef TDE_EXPORT -# define TDE_EXPORT -#endif - #ifndef KOMACRO_EXPORT # define KOMACRO_EXPORT TDE_EXPORT #endif |
