uintX requires stdint.h. No idea why this worked before.
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
#if defined(CPU_X86)
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
inline uint32_t ArchSwap32( uint32_t n )
|
||||
{
|
||||
asm(
|
||||
|
||||
Reference in New Issue
Block a user