Skip to content

Commit

Permalink
Merge pull request #239 from toniebox-reverse-engineering/revert-238-…
Browse files Browse the repository at this point in the history
…patch-1

Revert "Allow compilation on FreeBSD and maybe other UNIX systems"
  • Loading branch information
SciLor authored Nov 4, 2024
2 parents 3965bff + eaa07bb commit 9e05ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cyclone/common/compiler_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ typedef unsigned int uint_t;
#define PRIXSIZE "X"
#define PRIuTIME "lu"
//Linux GCC compiler
#elif defined(__linux__) || defined(__unix__)
#elif defined(__linux__)
#define PRIuSIZE "zu"
#define PRIXSIZE "zX"
#define PRIuTIME "lu"
Expand Down

0 comments on commit 9e05ef8

Please sign in to comment.