• anozdrin/alik@station.'s avatar
    Make mysql compilable on gcc-4.2.1. · c7de9652
    anozdrin/alik@station. authored
    c++config.h now has the following code:
    // For example, <windows.h> is known to #define min and max as macros...
    #undef min
    #undef max
    
    So, our defines in my_global.h are undefined when <new> header
    is included.
    
    Move definitions of min()/max() to the end of my_global.h.
    c7de9652
my_global.h 48.6 KB