Annotation of win32/rabbitmq/include/amqp_tcp_socket.h, revision 1.1

1.1     ! moko        1: // Copyright 2007 - 2021, Alan Antonuk and the rabbitmq-c contributors.
        !             2: // SPDX-License-Identifier: mit
        !             3: 
        !             4: #ifndef AMQP_TCP_SOCKET_H
        !             5: #define AMQP_TCP_SOCKET_H
        !             6: 
        !             7: #ifdef _MSC_VER
        !             8: #   pragma message("warning: amqp_tcp_socket.h is deprecated, use rabbitmq-c/tcp_socket.h instead.")
        !             9: #else
        !            10: #   warning "amqp_tcp_socket.h is deprecated, use rabbitmq-c/tcp_socket.h instead."
        !            11: #endif
        !            12: 
        !            13: #include <rabbitmq-c/tcp_socket.h>
        !            14: 
        !            15: #endif /* AMQP_TCP_SOCKET_H */

E-mail: