mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-16 18:03:44 +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_TCP_H__
|
||||
#define __TEST_TCP_H__
|
||||
#ifndef LWIP_HDR_TEST_TCP_H__
|
||||
#define LWIP_HDR_TEST_TCP_H__
|
||||
|
||||
#include "../lwip_check.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user