A few identifiers did not fit to the expected naming convention of the
C++ language standard. This detail was fixed by the deletion of an underscore.
The probability for name clashes was reduced for the affected include guards
by the addition of a kind of universally unique identifier as a suffix.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
* mutex.h - Cross platform mutex
*/
-#ifndef MUTEX__H
-#define MUTEX__H
+#ifndef MUTEX_H_B13C67AB432C4C39AF823A339537CA40
+#define MUTEX_H_B13C67AB432C4C39AF823A339537CA40
#ifdef WIN32
#include <windows.h>
** strftime_() is used.
*/
-#ifndef STRFTIME__H
-#define STRFTIME__H
+#ifndef STRFTIME_H_14FA27AFAACA4FB5820D2B15278D9B96
+#define STRFTIME_H_14FA27AFAACA4FB5820D2B15278D9B96
#include <stddef.h> /* for size_t */
#include <time.h> /* for struct tm */