I'm trying to update David Ashley's mod_rexx to run with ooRexx 5 and httpd 2.4.  There are several references to APIRET as a type for a variable rc [APIRET rc;]but they're flagged as "undeclared identifier"  I cannot find a definition for APIRET in any of the header files... When I google it, there's a reference from Mark Hessling:

...the broken/ooRexx/4.x legacy API */ #elif defined(OOREXX_40) && defined(USE_OOREXX) #ifndef/APIRET/# define/APIRET/size_t #endif #ifndef APIENTRY

Should I just add a definition like this to one of mod_rexx's header files?  Or can someone point me to some doc?

_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to