dolphin/Externals/liblzma/tuklib/tuklib_config.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
121 B
C
Raw Normal View History

2019-12-30 14:07:54 +00:00
#ifdef HAVE_CONFIG_H
# include "sysdefs.h"
#else
# include <stddef.h>
# include <inttypes.h>
# include <limits.h>
#endif