fixed possible macro issue mentioned in #39

This commit is contained in:
wangyu-
2017-09-01 17:40:55 -05:00
parent 0cc72802e6
commit 5651efd165
9 changed files with 18 additions and 18 deletions

View File

@@ -7,8 +7,8 @@
* https://www.openssl.org/source/license.html
*/
#ifndef __ARM_ARCH_H__
# define __ARM_ARCH_H__
#ifndef UDP2RAW__ARM_ARCH_H__
# define UDP2RAW__ARM_ARCH_H__
# if !defined(__ARM_ARCH__)
# if defined(__CC_ARM)