mirror of
https://github.com/wiiu-env/libkernel.git
synced 2024-11-25 14:16:55 +01:00
Use stdint.h instead of cstdint
This commit is contained in:
parent
143eeccc38
commit
ff8308d36b
@ -7,7 +7,7 @@ extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
#include <cstdint>
|
||||
#include <stdint.h>
|
||||
|
||||
extern void KernelReadSRs(sr_table_t* table);
|
||||
extern void KernelWriteSRs(sr_table_t* table);
|
||||
|
Loading…
Reference in New Issue
Block a user