File:  [parser3project] / win32 / rabbitmq / include / amqp_framing.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sun Sep 20 16:14:04 2026 UTC (5 days, 6 hours ago) by moko
Branches: MAIN
CVS tags: HEAD
precompiled static librabbitmq without SSL support added (related to feature #1288)

// Copyright 2007 - 2021, Alan Antonuk and the rabbitmq-c contributors.
// SPDX-License-Identifier: mit

/** @file amqp_framing.h */
#ifndef AMQP_FRAMING_H
#define AMQP_FRAMING_H

#ifdef _MSC_VER
#   pragma message("warning: amqp_framing.h is deprecated, use rabbitmq-c/framing.h instead.")
#else
#   warning "amqp_framing.h is deprecated, use rabbitmq-c/framing.h instead."
#endif

#include <rabbitmq-c/framing.h>

#endif /* AMQP_FRAMING_H */

E-mail: