mirror of
https://github.com/wiiu-env/haxchi.git
synced 2024-11-16 13:19:16 +01:00
unimportant file updates
This commit is contained in:
parent
8492589988
commit
01a3201d91
@ -1,10 +1,14 @@
|
||||
#ifndef _STDINT_WRAP_H
|
||||
#define _STDINT_WRAP_H
|
||||
|
||||
#include <../../powerpc-eabi/include/stdint.h>
|
||||
#define int32_t dontcare_int32_t
|
||||
#define uint32_t dontcare_uint32_t
|
||||
|
||||
#include_next <stdint.h>
|
||||
|
||||
#undef int32_t
|
||||
#undef uint32_t
|
||||
|
||||
#define int32_t my_int32_t
|
||||
#define uint32_t my_uint32_t
|
||||
typedef signed int int32_t;
|
||||
typedef unsigned int uint32_t;
|
||||
|
||||
|
@ -1,10 +1,14 @@
|
||||
#ifndef _STDINT_WRAP_H
|
||||
#define _STDINT_WRAP_H
|
||||
|
||||
#include <../../powerpc-eabi/include/stdint.h>
|
||||
#define int32_t dontcare_int32_t
|
||||
#define uint32_t dontcare_uint32_t
|
||||
|
||||
#include_next <stdint.h>
|
||||
|
||||
#undef int32_t
|
||||
#undef uint32_t
|
||||
|
||||
#define int32_t my_int32_t
|
||||
#define uint32_t my_uint32_t
|
||||
typedef signed int int32_t;
|
||||
typedef unsigned int uint32_t;
|
||||
|
||||
|
@ -1,10 +1,14 @@
|
||||
#ifndef _STDINT_WRAP_H
|
||||
#define _STDINT_WRAP_H
|
||||
|
||||
#include <../../powerpc-eabi/include/stdint.h>
|
||||
#define int32_t dontcare_int32_t
|
||||
#define uint32_t dontcare_uint32_t
|
||||
|
||||
#include_next <stdint.h>
|
||||
|
||||
#undef int32_t
|
||||
#undef uint32_t
|
||||
|
||||
#define int32_t my_int32_t
|
||||
#define uint32_t my_uint32_t
|
||||
typedef signed int int32_t;
|
||||
typedef unsigned int uint32_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user