Commit Graph

5 Commits

Author SHA1 Message Date
wmayer
d7d68b1852 Image: include header with export macros 2022-03-24 20:43:51 +01:00
Uwe
6cf4b71b0f [Image] [skip CI] add a comment 2022-03-23 16:26:58 +01:00
wmayer
77f28bc667 Image: [skip ci] use ImageGlobal.h 2022-03-21 22:28:38 +01:00
Uwe
252905d0c7 [Image] remove a file that is apparently not used 2022-03-21 21:19:56 +01:00
wmayer
40d2955c66 Base: split export/import macros from FCConfig.h and move them to FCGlobal.h
The FCGlobal.h can be included in a Global.h header file of an extension module.

The reason is that some IDEs (e.g. QtCreator) fails to detect the export/import macros when only defined in the PreCompiled.h files and thus raise a parser warning.
2021-09-14 16:40:30 +02:00