Bugtraq mailing list archives

Re: Trillian .74 and below, ident flaw.


From: "Jason Barbour" <jbarbo1 () gl umbc edu>
Date: Wed, 18 Sep 2002 15:48:29 -0400

Minor detail really, but under Windows 2000, code had to include winsock2.h,
and remove include of windows.h to compile.

// #include <windows.h>
#include <winsock2.h>
#include <stdio.h>
#include <stdlib.h>

#include <windows.h>
#include <stdio.h>
#include <stdlib.h>

-- Jason





Current thread: