diff --git a/src/unpaker/decode.h b/src/unpaker/decode.h index f55f59e..e806113 100644 --- a/src/unpaker/decode.h +++ b/src/unpaker/decode.h @@ -1,5 +1,6 @@ #pragma once +#undef LOBYTE #define LOBYTE(x) (*((uint8_t *)&(x))) char decode_f2(char *input, int size, char *output) {