MODULE_NOT64BIT status
This commit is contained in:
Pavol Marko 2004-04-29 17:09:26 +00:00
parent 7c2fc26c4f
commit 7aa98c9038

View File

@ -47,7 +47,8 @@ enum MODULE_STATUS {
MODULE_OLD, // Old interface MODULE_OLD, // Old interface
MODULE_NEWER, // newer interface MODULE_NEWER, // newer interface
MODULE_INTERROR, // Internal error MODULE_INTERROR, // Internal error
MODULE_FUNCNOTPRESENT // Function not present MODULE_FUNCNOTPRESENT, // Function not present
MODULE_NOT64BIT // Not 64 bit compatible
}; };
struct amxx_module_info_s struct amxx_module_info_s