On 10/2/05, Dmitry Timoshkov dmitry@baikal.ru wrote:
cl -DSTANDALONE -D_X86_ -D__i386__ -I../../../include file.c ../../../include\winbase.h(2271) : error C2054: expected '(' to follow 'inline'
You need one more define: -Dinline=__inline
Ah. Thanks. (I haven't tried it yet, but I believe you.)
And yes, I compile Wine tests (on which I'm working on time from time) with cl.exe under Windows using Wine headers.