Re: Trillian .74 and below, ident flaw.

From: Jason Barbour (jbarbo1at_private)
Date: Wed Sep 18 2002 - 12:48:29 PDT

  • Next message: Artem Chuprina: "Re: OpenSSH 3.4p1 Privsep"

    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
    



    This archive was generated by hypermail 2b30 : Wed Sep 18 2002 - 16:05:21 PDT