I'm afraid the following change to programs/winecfg/main.c
date: 2004/03/16 01:32:36; author: julliard; state: Exp; lines: +2 -0 Need to include config.h.
broke FreeBSD (and others):
/sw/gcc-3.3.2/bin/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 -o main.o main.c In file included from main.c:35: /usr/include/unistd.h:189: error: conflicting types for `select' ../../include/winsock.h:975: error: previous declaration of `select'
Gerald