comparison src/protocols/icq/socketmanager.h @ 8244:5e7ffea3f76a

[gaim-migrate @ 8967] Now using winsock2.h, included in libc_interface.h. Some more functions added to libc_interface.c committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Thu, 12 Feb 2004 19:54:18 +0000
parents 9965c0bbdb7c
children
comparison
equal deleted inserted replaced
8243:217643616a74 8244:5e7ffea3f76a
1 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 1 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 2
3 /* 3 /*
4 * $Id: socketmanager.h 2405 2001-09-29 02:08:00Z warmenhoven $ 4 * $Id: socketmanager.h 8967 2004-02-12 19:54:18Z hermanator $
5 * 5 *
6 * Copyright (C) 1998-2001, Denis V. Dmitrienko <denis@null.net> and 6 * Copyright (C) 1998-2001, Denis V. Dmitrienko <denis@null.net> and
7 * Bill Soudan <soudan@kde.org> 7 * Bill Soudan <soudan@kde.org>
8 * 8 *
9 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
32 #include <sys/types.h> 32 #include <sys/types.h>
33 33
34 #ifndef _WIN32 34 #ifndef _WIN32
35 #include <sys/socket.h> 35 #include <sys/socket.h>
36 #else 36 #else
37 #include <winsock.h> 37 #include "libc_interface.h"
38 #endif 38 #endif
39 39
40 #include "icq.h" 40 #include "icq.h"
41 #include "list.h" 41 #include "list.h"
42 42