Fixed bug #35874 reserved identifier violation (removed leading underscores from header include guards)

This commit is contained in:
Simon Goldschmidt
2014-05-19 21:46:18 +02:00
parent 695e001984
commit dbd125c714
63 changed files with 188 additions and 184 deletions

View File

@@ -1,5 +1,5 @@
#ifndef __TEST_MEM_H__
#define __TEST_MEM_H__
#ifndef LWIP_HDR_TEST_MEM_H__
#define LWIP_HDR_TEST_MEM_H__
#include "../lwip_check.h"

View File

@@ -1,5 +1,5 @@
#ifndef __TEST_PBUF_H__
#define __TEST_PBUF_H__
#ifndef LWIP_HDR_TEST_PBUF_H__
#define LWIP_HDR_TEST_PBUF_H__
#include "../lwip_check.h"