Skip to content

Commit

Permalink
Mise a jour XToolImage pour les versions 1.3.1 de Zlib et jpeg-9f
Browse files Browse the repository at this point in the history
  • Loading branch information
fbecir committed Mar 3, 2024
1 parent 66a3413 commit 2eba14f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified IGNMap/Builds/VisualStudio2022/x64/Release/App/IGNMap.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion XToolImage/XJpegCodec.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <iostream>

extern "C" {
#include "../jpeg-9e/jpeglib.h"
#include "../jpeg-9f/jpeglib.h"
}

#include "../XTool/XBase.h"
Expand Down
2 changes: 1 addition & 1 deletion XToolImage/XZlibCodec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


#include "XZlibCodec.h"
#include "../zlib-1.2.11/zlib.h"
#include "../zlib-1.3.1/zlib.h"


bool XZlibCodec::Decompress(uint8_t* lzw, uint32_t size_in, uint8_t* out, uint32_t size_out)
Expand Down

0 comments on commit 2eba14f

Please sign in to comment.