Re: [PATCH] variable number of arguments in macro __ONLY_IN_WINELIB()

2005-11-08 Thread Kuba Ober
> In include/windef.h the definition of FAR is a call to the macro > __ONLY_IN_WINELIB with no arguments. > The attached patch changes the definition of the macro to use variable > arguments > According to some documentation I found on the web When it comes to things that may break code for many

[PATCH] variable number of arguments in macro __ONLY_IN_WINELIB()

2005-11-08 Thread Berend Reitsma
Hi, With gcc 2.95.4 I am getting a compile error when compiling dlls/mapi32/tests/prop.c because of the use of the FAR keyword: gcc -c -I. -I. -I../../../include -I../../../include    -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2