isle-portable/lib/define.h

9 lines
156 B
C
Raw Normal View History

2023-04-27 22:19:39 -04:00
#ifndef MX_DEFINE
#define MX_DEFINE
typedef unsigned long MxResult;
const MxResult SUCCESS = 0;
const MxResult FAILURE = 0xFFFFFFFFL;
#endif // MX_DEFINE