mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-05 17:43:23 -04:00
@@ -1,7 +1,7 @@
|
||||
#ifndef OS_H_
|
||||
#define OS_H_
|
||||
|
||||
#include "Runtime.PPCEABI.H/__va_arg.h"
|
||||
#include "__va_arg.h"
|
||||
#include "dolphin/dvd/dvd.h"
|
||||
|
||||
#include "dolphin/os/OSAlarm.h"
|
||||
|
||||
@@ -33,7 +33,7 @@ typedef int BOOL;
|
||||
(((u32)ptr[offset] << 24) | ((u32)ptr[offset + 1] << 16) | ((u32)ptr[offset + 2] << 8) | \
|
||||
(u32)ptr[offset + 3]);
|
||||
|
||||
#include "MSL_C/MSL_Common/Src/stddef.h"
|
||||
#include "stddef.h"
|
||||
|
||||
#define INT32_MAX (0x7fffffff)
|
||||
#define UINT32_MAX (0xffffffff)
|
||||
|
||||
Reference in New Issue
Block a user