Files
rabbitmq-c/include/amqp.h
2026-04-02 23:18:28 +08:00

16 lines
367 B
C

// Copyright 2007 - 2021, Alan Antonuk and the rabbitmq-c contributors.
// SPDX-License-Identifier: mit
#ifndef AMQP_H
#define AMQP_H
#ifdef _MSC_VER
# pragma message("warning: amqp.h is deprecated, use rabbitmq-c/amqp.h instead.")
#else
# warning "amqp.h is deprecated, use rabbitmq-c/amqp.h instead."
#endif
#include <rabbitmq-c/amqp.h>
#endif /* AMQP_H */