[27097] in bugtraq
Re: Trillian .74 and below, ident flaw.
daemon@ATHENA.MIT.EDU (Jason Barbour)
Wed Sep 18 19:05:42 2002
Message-ID: <00d601c25f4c$5d118e20$4ee05582@hex>
From: "Jason Barbour" <jbarbo1@gl.umbc.edu>
To: "Lance Fitz-Herbert" <fitzies@hotmail.com>, <bugtraq@securityfocus.com>
Date: Wed, 18 Sep 2002 15:48:29 -0400
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
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