|
Hi Lim, Maybe somebody already suggested this, (just caught up with this thread with five zillion messages), and you probably already thought about it anyway, but just in case... ...If the compiler directives don't allow the OR condition, I would just make two /IF directives: The question was: /If defined(Copy_proc_prototype) or defined(Copy_SRVPGM_Prototype_All) Here's my suggestion, to emulate an OR condition: /If defined(Copy_proc_prototype) /Define Make_Up_Another_Name) /Endif /If defined(Copy_SRVPGM_Prototype_All) /Define Make_Up_Another_Name) /Endif /If defined(Make_Up_Another_Name) ......code...... /Endif ---Alan
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.