Header guard change

This commit is contained in:
Imbus 2025-09-10 09:30:51 +02:00
parent 8f4ea26303
commit a50dc1b867

View file

@ -1,5 +1,5 @@
#ifndef CRC32_H
#define CRC32_H
#ifndef CRC32_NOLOOKUP_H
#define CRC32_NOLOOKUP_H
#include <stddef.h>
#include <stdint.h>