Updated header guard (#46)

This commit is contained in:
Yann Collet 2016-01-07 23:24:04 +01:00
parent 5cf7b718c0
commit 599514c151

View File

@ -64,7 +64,8 @@ XXH64 13.8 GB/s 1.9 GB/s
XXH32 6.8 GB/s 6.0 GB/s
*/
#pragma once
#ifndef XXHASH_H_5627135585666179
#define XXHASH_H_5627135585666179 1
#if defined (__cplusplus)
extern "C" {
@ -224,3 +225,5 @@ When done, free XXH state space if it was allocated dynamically.
#if defined (__cplusplus)
}
#endif
#endif /* XXHASH_H_5627135585666179 */