I see different advice on the best way to compile in various places. The
http://www.winehq.org/site/docs/wineusr-guide/installing-wine-source user
guide says to run:
$ ./configure
$ make depend
$ make
$ make install
The README in the root of the
Hi,
I'm new to WINE and a bit rusty with C, so forgive me if my questions are a
bit basic.
I'm having trouble finding header files. For example, take a look at
http://source.winehq.org/source/dlls/secur32/schannel.c There's a line that
says '#include "schannel.h"', but I'm not sure where that fi