Added service database names

Dmitry Timoshkov dmitry at baikal.ru
Sat Sep 18 10:39:33 CDT 2004


"Alexander Yaworsky" <yaworsky at migusoft.ru> 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, so in the above case it would look like this:

#define SERVICES_ACTIVE_DATABASE WINELIB_NAME_AW(SERVICES_ACTIVE_DATABASE)

-- 
Dmitry.




More information about the wine-devel mailing list