mirror of
https://github.com/switchbrew/switch-tools.git
synced 2025-08-07 01:09:22 +02:00
remove type redefinitions
This commit is contained in:
parent
3b5794ef95
commit
6bad2b90e6
@ -2,7 +2,7 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.61)
|
AC_PREREQ(2.61)
|
||||||
AC_INIT([switch-tools],[1.11.0],[https://github.com/switchbrew/switch-tools/issues])
|
AC_INIT([switch-tools],[1.11.1],[https://github.com/switchbrew/switch-tools/issues])
|
||||||
AC_CONFIG_SRCDIR([src/build_pfs0.c])
|
AC_CONFIG_SRCDIR([src/build_pfs0.c])
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([subdir-objects])
|
AM_INIT_AUTOMAKE([subdir-objects])
|
||||||
|
@ -9,11 +9,6 @@
|
|||||||
#include "blz.h"
|
#include "blz.h"
|
||||||
#include "elf64.h"
|
#include "elf64.h"
|
||||||
|
|
||||||
typedef uint64_t u64;
|
|
||||||
typedef uint32_t u32;
|
|
||||||
typedef uint16_t u16;
|
|
||||||
typedef uint8_t u8;
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u32 DstOff;
|
u32 DstOff;
|
||||||
u32 DecompSz;
|
u32 DecompSz;
|
||||||
|
@ -8,10 +8,6 @@
|
|||||||
#include "elf64.h"
|
#include "elf64.h"
|
||||||
#include "romfs.h"
|
#include "romfs.h"
|
||||||
|
|
||||||
typedef uint64_t u64;
|
|
||||||
typedef uint32_t u32;
|
|
||||||
typedef uint8_t u8;
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u32 FileOff;
|
u32 FileOff;
|
||||||
u32 Size;
|
u32 Size;
|
||||||
|
Loading…
Reference in New Issue
Block a user