Annotation of win32/rabbitmq/include/amqp_framing.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: /** @file amqp_framing.h */
! 5: #ifndef AMQP_FRAMING_H
! 6: #define AMQP_FRAMING_H
! 7:
! 8: #ifdef _MSC_VER
! 9: # pragma message("warning: amqp_framing.h is deprecated, use rabbitmq-c/framing.h instead.")
! 10: #else
! 11: # warning "amqp_framing.h is deprecated, use rabbitmq-c/framing.h instead."
! 12: #endif
! 13:
! 14: #include <rabbitmq-c/framing.h>
! 15:
! 16: #endif /* AMQP_FRAMING_H */
E-mail: