Skip to content
Snippets Groups Projects
Commit 528bb5dc authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Change reserved macro name.

parent 8d6df6eb
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,7 @@
#include <inttypes.h>
#include <stdio.h>
#ifndef _DTYPES_H
#include "dtypes.h"
#endif
#ifndef HOST_ENDIANNESS
#ifdef __cplusplus
......
#ifndef _DTYPES_H
#define _DTYPES_H
#ifndef DTYPES_H
#define DTYPES_H
#include <stdio.h>
#include <limits.h>
......@@ -45,7 +45,7 @@
#define UINT32 unsigned INT32
#define UINT64 unsigned INT64
#endif /* _DTYPES_H */
#endif /* DTYPES_H */
/*
* Local Variables:
* c-file-style: "Java"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment