Update gconst.h
This commit is contained in:
@@ -4,14 +4,14 @@
|
|||||||
reassembled by Maciej 'YTM/Elysium' Witkowiak
|
reassembled by Maciej 'YTM/Elysium' Witkowiak
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Here are constants which didn't fit into any other cathegory... */
|
/* Here are constants which didn't fit into any other category... */
|
||||||
|
|
||||||
#ifndef _GCONST_H
|
#ifndef _GCONST_H
|
||||||
#define _GCONST_H
|
#define _GCONST_H
|
||||||
|
|
||||||
#define NULL 0
|
#define NULL ((void *) 0)
|
||||||
#define FALSE NULL
|
|
||||||
#define TRUE 0xff
|
#define TRUE 0xff
|
||||||
|
#define FALSE ~TRUE
|
||||||
#define MOUSE_SPRNUM 0
|
#define MOUSE_SPRNUM 0
|
||||||
#define DISK_DRV_LGH 0x0d80
|
#define DISK_DRV_LGH 0x0d80
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user