mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
Undef current if defined
This commit is contained in:
@ -19,6 +19,9 @@
|
||||
#include "huf.h"
|
||||
#include "zstd_internal.h" /* includes zstd.h */
|
||||
|
||||
#ifdef current
|
||||
# undef current
|
||||
#endif
|
||||
|
||||
/*-*************************************
|
||||
* Constants
|
||||
|
Reference in New Issue
Block a user