well I made it serial.c before I had to run to work. I'm having good luck getting alot 
of the
objects to compile so far I've only had to kill file.c, ptrace.c, request.c and 
select.c. Getting
this to build and run on Windows is going to be a bitch =) gettimeofday, fork and all 
of fd and
networking is going to be the hard part. I've started a tempory header to see what 
will need to be
implemented in libwine if we want to get wineserver up and running on Windows without 
cygwin.

Cygwin still really needed get/setthreadcontext (hint, hint)

Thanks
Steven

/* I kill'd file.c, ptrace.c, request.c, select.c
 *
 * get/set thread context still needs to be done for Mingw and Cygwin
 *
 * main.c needs a lot of work
 */

/* object.h and async.h */
struct timeval{
int tv_sec;
int tv_usec;
};


/* debugger.c */

#define SIGTRAP NULL

/* file.c  - doesnt work */
#define O_NONBLOCK 0
#define POLLIN 0
#define POLLOUT 0
#define POLLIN 0
#define POLLOUT 0

/* main.c */
#define SIGPIPE NULL
#define SIGHUP NULL
#define SIGQUIT NULL

/* named_pipe.c */
#define PF_UNIX NULL
#define SOCK_STREAM NULL 

/* object.c */
#define POLLERR 0
#define POLLHUP 0


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

Reply via email to