mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
Externals: Add libLZMA.
This commit is contained in:
parent
4385afdb0a
commit
9fd03cda9d
156 changed files with 35414 additions and 0 deletions
7
Externals/liblzma/tuklib/tuklib_config.h
vendored
Normal file
7
Externals/liblzma/tuklib/tuklib_config.h
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
# include "sysdefs.h"
|
||||
#else
|
||||
# include <stddef.h>
|
||||
# include <inttypes.h>
|
||||
# include <limits.h>
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue