Skip to content

Commit

Permalink
Check for USE_WINDOWS_FILE.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed Oct 5, 2024
1 parent 1d270af commit bee7be3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Projects/Src/Compression.SevenZipDecoder/7zDecode/IS7zDec.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ int _fputs(char const* str, FILE* stream);

#include "../../../../Components/Lzma2/Util/7z/7zMain.c"

#ifndef USE_WINDOWS_FILE
#error USE_WINDOWS_FILE is required by Compression.SevenZipDecoder.pas
#endif

#include "../../../../Components/Lzma2/7zAlloc.c"
#include "../../../../Components/Lzma2/7zArcIn.c"
#include "../../../../Components/Lzma2/7zBuf.c"
Expand Down

0 comments on commit bee7be3

Please sign in to comment.