Robert,
In Pauls WinFBE:
C:\WinFBE_Suite\FreeBASIC-1.07.1-gcc-8.4\inc\win\windef.bi
#define max(a, b) iif((a) > (b), (a), (b))
#define min(a, b) iif((a) < (b), (a), (b))
min or max found in these
C:\WinFBE_Suite\FreeBASIC-1.07.1-gcc-8.4\inc\Afx\
AfxCtl.inc
AfxGslComplex.inc
AfxPrinter.inc
CLayout.inc
CMaskedEdit.inc
CWindow.inc
After more research and testing I don't think it really matters. I can live with BCX MIN/MAX. One of the issues I was having was not related to the Afx library but to TCLib;which I was testing in relation the the Afx library
Thank you for your insight and research.
James