mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-28 15:50:32 +02:00
nall: Fix the build for gcc13
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
#define ConcatenateType(Size) uint##Size##_t
|
#define ConcatenateType(Size) uint##Size##_t
|
||||||
#define DeclareType(Size) ConcatenateType(Size)
|
#define DeclareType(Size) ConcatenateType(Size)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user