• Marko Mäkelä's avatar
    MDEV-17750: Fix the Windows build · 075820ab
    Marko Mäkelä authored
    Remove some redundant declarations of global variables. These declarations
    can refer to undefined type names, because they occur before any #include
    statement for the type definitions. On GNU/Linux, uint and ulong seem to
    be defined in <sys/types.h> due to _DEFAULT_SOURCE and __USE_MISC
    becoming defined in <features.h>.
    075820ab
ut0mutex.h 5.39 KB