diff options
Diffstat (limited to 'src/kernel/tqgplugin.h')
-rw-r--r-- | src/kernel/tqgplugin.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/kernel/tqgplugin.h b/src/kernel/tqgplugin.h index 30e350cd2..d962278c0 100644 --- a/src/kernel/tqgplugin.h +++ b/src/kernel/tqgplugin.h @@ -93,11 +93,7 @@ return i->iface(); \ } -#if defined(TQ_WS_WIN) && defined(Q_CC_BOR) -# define Q_STDCALL __stdcall -#else -# define Q_STDCALL -#endif +#define Q_STDCALL #define TQ_EXPORT_PLUGIN(PLUGIN) \ Q_PLUGIN_VERIFICATION_DATA \ |