[Kde-windows] KDE/kdelibs/win

Ralf Habacker ralf.habacker at freenet.de
Mon Oct 17 20:43:24 CEST 2005


Am Montag, 17. Oktober 2005 20:19 schrieb David Faure:
> On Monday 17 October 2005 20:12, Jarosław Staniek wrote:
> > First, read dfaure answer - existing solution doesn't break anything:
> > developers cannot see a difference...
>
> !??!?!?! I was explaining to you (Jaroslaw), the solution proposed by Ralf.
> I have no idea what the existing solution is, actually.

from win/kdelibs_globals_win.h

/*! Bootstrap */
#define kdemain \
kde_start(int argc, char **argv); \
KDE_IMPORT void kde_bootstrap(); \
KDE_IMPORT void kde_destroy(); \
int main(int argc, char **argv) \
{ kde_bootstrap(); const int retcode = kde_start(argc, argv); kde_destroy(); 
return retcode; } \
int kde_start

Regards 
Ralaf 



More information about the Kde-windows mailing list