|
|
@ -58,8 +58,6 @@
|
|
|
|
TQ_EXTERN_C TDE_EXPORT TQUnknownInterface* ucm_instantiate(); \
|
|
|
|
TQ_EXTERN_C TDE_EXPORT TQUnknownInterface* ucm_instantiate(); \
|
|
|
|
TQ_EXPORT_PLUGIN(PLUGIN)
|
|
|
|
TQ_EXPORT_PLUGIN(PLUGIN)
|
|
|
|
|
|
|
|
|
|
|
|
#define KDE_Q_EXPORT_PLUGIN TDE_EXPORT_PLUGIN
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* The TDE_PACKED can be used to hint the compiler that a particular
|
|
|
|
* The TDE_PACKED can be used to hint the compiler that a particular
|
|
|
|
* structure or class should not contain unnecessary paddings.
|
|
|
|
* structure or class should not contain unnecessary paddings.
|
|
|
@ -71,8 +69,6 @@
|
|
|
|
#define TDE_PACKED
|
|
|
|
#define TDE_PACKED
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#define KDE_PACKED TDE_PACKED
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* The TDE_DEPRECATED macro can be used to trigger compile-time warnings
|
|
|
|
* The TDE_DEPRECATED macro can be used to trigger compile-time warnings
|
|
|
|
* with newer compilers when deprecated functions are used.
|
|
|
|
* with newer compilers when deprecated functions are used.
|
|
|
@ -187,6 +183,4 @@
|
|
|
|
#define TDE_WEAK_SYMBOL
|
|
|
|
#define TDE_WEAK_SYMBOL
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#define KDE_WEAK_SYMBOL TDE_WEAK_SYMBOL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* _KDE_MACROS_H_ */
|
|
|
|
#endif /* _KDE_MACROS_H_ */
|
|
|
|