mirror of
https://github.com/wiiu-env/libmappedmemory.git
synced 2024-11-14 05:55:08 +01:00
Use stdint.h instead of cstdint for C compatibility
This commit is contained in:
parent
2c9030153a
commit
5cedb9b0c5
@ -5,7 +5,7 @@ extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
#include <cstdint>
|
||||
#include <stdint.h>
|
||||
|
||||
extern uint32_t MemoryMappingEffectiveToPhysical(uint32_t address);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user