loudmouth/lm-sock.h
changeset 607 e2bd14357c9a
parent 516 4dd3aa6b83e5
child 690 7ccf2113ec5f
equal deleted inserted replaced
606:14aa64152209 607:e2bd14357c9a
     1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
     1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
     2 /*
     2 /*
     3  * Copyright (C) 2006 Imendio AB 
     3  * Copyright (C) 2006 Imendio AB
     4  *
     4  *
     5  * This program is free software; you can redistribute it and/or
     5  * This program is free software; you can redistribute it and/or
     6  * modify it under the terms of the GNU Lesser General Public License as
     6  * modify it under the terms of the GNU Lesser General Public License as
     7  * published by the Free Software Foundation; either version 2 of the
     7  * published by the Free Software Foundation; either version 2 of the
     8  * License, or (at your option) any later version.
     8  * License, or (at your option) any later version.
    48 #else  /* G_OS_WIN32 */
    48 #else  /* G_OS_WIN32 */
    49 
    49 
    50 /* This means that we require Windows XP or above to build on
    50 /* This means that we require Windows XP or above to build on
    51  * Windows, the reason for this, is that getaddrinfo() and
    51  * Windows, the reason for this, is that getaddrinfo() and
    52  * freeaddrinfo() require ws2tcpip.h functions that are only available
    52  * freeaddrinfo() require ws2tcpip.h functions that are only available
    53  * on these platforms. 
    53  * on these platforms.
    54  *
    54  *
    55  * This MUST be defined before windows.h is included.
    55  * This MUST be defined before windows.h is included.
    56  */
    56  */
    57 
    57 
    58 
    58