Header guard change
This commit is contained in:
parent
8f4ea26303
commit
a50dc1b867
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef CRC32_H
|
#ifndef CRC32_NOLOOKUP_H
|
||||||
#define CRC32_H
|
#define CRC32_NOLOOKUP_H
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue