Adjust include guards.
This commit is contained in:
parent
22f8a535f3
commit
b3f3dfb253
6 changed files with 12 additions and 12 deletions
|
@ -24,8 +24,8 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef __CFWRANGE_H__
|
||||
#define __CFW_RANGE_H__
|
||||
#ifndef __COREFW_RANGE_H__
|
||||
#define __COREFW_RANGE_H__
|
||||
|
||||
typedef struct cfw_range_t {
|
||||
size_t start;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue