Skip to content

Zoltan: Fix incorrect windows macro.

James Willenbring requested to merge mplooster:zoltan_win32_macro_fix into develop

Created by: mplooster

@zoltan

Replaced "WIN32" in zoltan_types.h with the correct version "_WIN32". See Visual Studio Predefined Macros for more information. This is also consistent with what is used elsewhere in zoltan (like src/zz/zz_util.c and src/Utilities/Timer/timer.h).

Merge request reports