remove type redefinitions

This commit is contained in:
Dave Murphy 2021-12-27 02:45:15 +00:00
parent 3b5794ef95
commit 6bad2b90e6
3 changed files with 1 additions and 10 deletions

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
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])
AM_INIT_AUTOMAKE([subdir-objects])

View File

@ -9,11 +9,6 @@
#include "blz.h"
#include "elf64.h"
typedef uint64_t u64;
typedef uint32_t u32;
typedef uint16_t u16;
typedef uint8_t u8;
typedef struct {
u32 DstOff;
u32 DecompSz;

View File

@ -8,10 +8,6 @@
#include "elf64.h"
#include "romfs.h"
typedef uint64_t u64;
typedef uint32_t u32;
typedef uint8_t u8;
typedef struct {
u32 FileOff;
u32 Size;