Re: [Wine]Problem compiling Corel-WINE

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxx
_______________________________________________
wine-users mailing list
wine-users@xxxxxxxxxx
http://www.winehq.org/mailman/listinfo/wine-users

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux