mirror of
https://github.com/dolphin-emu/dolphin
synced 2024-11-21 12:52:55 -05:00
8 lines
121 B
C
8 lines
121 B
C
#ifdef HAVE_CONFIG_H
|
|
# include "sysdefs.h"
|
|
#else
|
|
# include <stddef.h>
|
|
# include <inttypes.h>
|
|
# include <limits.h>
|
|
#endif
|