mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-13 03:36:59 +08:00
Fixed bug #35874 reserved identifier violation (removed leading underscores from header include guards)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user