Re: Added service database names

2004-09-18 Thread Vincent Béron
Le sam 18/09/2004 à 11:39, Dmitry Timoshkov a écrit : > "Alexander Yaworsky" <[EMAIL PROTECTED]> wrote: > > > +#ifdef UNICODE > > +# define SERVICES_ACTIVE_DATABASE SERVICES_ACTIVE_DATABASEW > > +#else > > +# define SERVICES_ACTIVE_DATABASE SERVICES_ACTIVE_DATABASEA > > +#endif > > Wine u

Re: Added service database names

2004-09-18 Thread Dmitry Timoshkov
"Alexander Yaworsky" <[EMAIL PROTECTED]> wrote: > +#ifdef UNICODE > +# define SERVICES_ACTIVE_DATABASE SERVICES_ACTIVE_DATABASEW > +#else > +# define SERVICES_ACTIVE_DATABASE SERVICES_ACTIVE_DATABASEA > +#endif Wine uses WINELIB_NAME_AW macro in order to simplify '#ifdef UNICODE' magic, s