mirror of
https://github.com/cc65/cc65.git
synced 2025-01-08 20:31:31 +00:00
Add constant for number of error codes
git-svn-id: svn://svn.cc65.org/cc65/trunk@3290 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
9037886381
commit
cbacbb5222
@ -33,7 +33,7 @@
|
||||
;/* */
|
||||
;/*****************************************************************************/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
@ -46,6 +46,8 @@
|
||||
MOUSE_ERR_INV_DRIVER ; Invalid driver
|
||||
MOUSE_ERR_NO_DEVICE ; Mouse hardware not found
|
||||
MOUSE_ERR_INV_IOCTL ; Invalid ioctl code
|
||||
|
||||
MOUSE_ERR_COUNT ; Special: Number of error codes
|
||||
.endenum
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user