Don't use reserved identifiers in public headers.

This commit is contained in:
Roger A. Light
2017-02-20 23:48:30 +00:00
parent b9d4ebfba3
commit b5b5e6f27d
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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