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.
*/
#ifndef _MOSQUITTOPP_H_
#define _MOSQUITTOPP_H_
#ifndef MOSQUITTOPP_H
#define MOSQUITTOPP_H
#ifdef _WIN32
# ifdef mosquittopp_EXPORTS

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

Loading…
Cancel
Save