mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-21 15:23:46 +08:00
Don't use reserved identifiers in public headers.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user