[cleanup] suppress min/max macros from windows.h the 'right way' July 10, 2010, 03:52:16 pm This patch suppresses the min and max macros from windows.h in the 'right way' (they're not used and are already suppressed, just not the 'clean way'). I'm hoping to switch to template versions of min and max, and this is the first step. I can't test on Windows, so someone else please do so. :-)(EDIT: Note that I didn't remove the existing uses of #undef -- it's fine to suppress the unwanted macros both the "clean" way and with #undef, and probably safer to do both) Quote Selected Last Edit: July 10, 2010, 09:05:09 pm by neroden
Re: [cleanup] suppress min/max macros from windows.h the 'right way' Reply #1 – July 11, 2010, 03:31:39 pm I notice that this has been committed, more or less (thank you ) so this can be moved to the included-patches board Quote Selected
Re: [cleanup] suppress min/max macros from windows.h the 'right way' Reply #2 – July 11, 2010, 03:57:05 pm Moved. And thank you very much for your efforts Quote Selected