mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 08:25:21 +01:00
- Update bunlded libarchive version used on Windows/Mac - Enable requested zstd support while we are at it. Closes #211
16 lines
209 B
C
16 lines
209 B
C
#ifdef __STDC__
|
|
#include <limits.h>
|
|
#else
|
|
#include <assert.h>
|
|
#endif
|
|
|
|
int
|
|
main()
|
|
{
|
|
#if defined ${CHECK_STUB_FUNC_1} || defined ${CHECK_STUB_FUNC_2}
|
|
return 0;
|
|
#else
|
|
this system have stub
|
|
return 0;
|
|
#endif
|
|
}
|