mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07: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
|