mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-11-19 09:51:35 +03:00
Add SE_ Prefix to header guards
This commit is contained in:
@ -111,8 +111,8 @@
|
||||
// NDIS5.h
|
||||
// Header of NDIS5.c
|
||||
|
||||
#ifndef NDIS5_H
|
||||
#define NDIS5_H
|
||||
#ifndef SE_NDIS5_H
|
||||
#define SE_NDIS5_H
|
||||
|
||||
// Win32 DDK related
|
||||
#ifndef CPU_64
|
||||
@ -291,5 +291,5 @@ void NeoSetConnectState(BOOL connected);
|
||||
BOOL NeoNdisOnOpen(IRP *irp, IO_STACK_LOCATION *stack);
|
||||
BOOL NeoNdisOnClose(IRP *irp, IO_STACK_LOCATION *stack);
|
||||
|
||||
#endif // NDIS5_H
|
||||
#endif // SE_NDIS5_H
|
||||
|
||||
|
||||
@ -111,8 +111,8 @@
|
||||
// Neo.h
|
||||
// Header of Neo.c
|
||||
|
||||
#ifndef NEO_H
|
||||
#define NEO_H
|
||||
#ifndef SE_NEO_H
|
||||
#define SE_NEO_H
|
||||
|
||||
|
||||
// Identification string (NDIS)
|
||||
@ -332,7 +332,7 @@ void NeoReset(NEO_EVENT *event);
|
||||
#endif // NEO_DEVICE_DRIVER
|
||||
|
||||
|
||||
#endif // NEO_H
|
||||
#endif // SE_NEO_H
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user