shithub: rgbds

ref: 13c0684497bc45fcea983b176aaaf2809c3066dc
dir: /include/types.h/

View raw version
#ifndef RGBDS_TYPES_H
#define RGBDS_TYPES_H

#ifndef _MAX_PATH
#define	_MAX_PATH	512
#endif

typedef unsigned long ULONG;
typedef signed long SLONG;

#endif