Don't use reserved identifiers in public headers.

pull/413/head
Roger A. Light 9 years ago
parent fbb60d67a7
commit ef417a6688

@ -14,8 +14,8 @@ Contributors:
Roger Light - initial implementation and documentation. Roger Light - initial implementation and documentation.
*/ */
#ifndef _MOSQUITTOPP_H_ #ifndef MOSQUITTOPP_H
#define _MOSQUITTOPP_H_ #define MOSQUITTOPP_H
#ifdef _WIN32 #ifdef _WIN32
# ifdef mosquittopp_EXPORTS # ifdef mosquittopp_EXPORTS

@ -14,8 +14,8 @@ Contributors:
Roger Light - initial implementation and documentation. Roger Light - initial implementation and documentation.
*/ */
#ifndef _MOSQUITTO_H_ #ifndef MOSQUITTO_H
#define _MOSQUITTO_H_ #define MOSQUITTO_H
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {

Loading…
Cancel
Save