[Wine]Problem compiling Corel-WINE

Rein Klazes rklazes at xs4all.nl
Thu Sep 23 01:49:41 CDT 2004


On Wed, 22 Sep 2004 21:05:58 -0700, you wrote:

> This is the code:
> 
> #define GETADDR( var, name )  \
>          *(FARPROC *)&Callout.##var = GetProcAddress( hModule, name )

Try taking out the ##, so it becomes:

#define GETADDR( var, name )  \
         *(FARPROC *)&Callout.var = GetProcAddress( hModule, name )

Likewise with similar macro's

Rein.
-- 
Rein Klazes
rklazes at xs4all.nl



More information about the wine-users mailing list