Don't use reserved identifiers in public headers.

pull/223/merge
Roger A. Light 9 years ago
parent b9d4ebfba3
commit b5b5e6f27d

@ -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