mirror of https://github.com/MariaDB/server
Browse Source
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.pull/374/head
1 changed files with 6 additions and 6 deletions
Loading…
Reference in new issue