mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
All affected `printf` have been fixed. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
11 lines
130 B
C
11 lines
130 B
C
#ifndef RGBDS_TYPES_H
|
|
#define RGBDS_TYPES_H
|
|
|
|
#ifndef _MAX_PATH
|
|
#define _MAX_PATH 512
|
|
#endif
|
|
|
|
typedef unsigned long ULONG;
|
|
|
|
#endif
|