RE: select behavior different with wine

2006-02-07 Thread Phil Lodwick
To: wine-devel@winehq.org Subject: select behavior different with wine Greetings, I ran across a problem that the following code demonstrates. I believe it is due to the different definition of select on Windows vs Linux. Before I start to think about how to fix this in Wine, I was wondering if

select behavior different with wine

2006-02-01 Thread Phil Lodwick
Greetings, I ran across a problem that the following code demonstrates. I believe it is due to the different definition of select on Windows vs Linux. Before I start to think about how to fix this in Wine, I was wondering if anybody has already thought about the problem. #include "stdafx.h" #in