From e2687b483d48cba5fbcf335ff045a5f08c11966c Mon Sep 17 00:00:00 2001 From: Isabel Kaspriskie Date: Mon, 15 Apr 2024 14:43:06 -0400 Subject: [PATCH] Revert "Prevent collisions between Max SDK preprocessor macros like" This reverts commit db558b6ce468e0d04c3982e5e11b3514ea66a8ad. --- include/c74_min_api.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/c74_min_api.h b/include/c74_min_api.h index 9ebaf51..9091c76 100644 --- a/include/c74_min_api.h +++ b/include/c74_min_api.h @@ -34,18 +34,9 @@ #include "murmur/Murmur3.h" // used for constexpr hash function #include "c74_max.h" -// avoid collision between preprocessor macro from the Max SDK and -// Min's definition of c74::max::object_method -#undef object_method -#undef object_new - #include "c74_ui.h" #include "c74_ui_graphics.h" - #include "c74_jitter.h" -// avoid collision with preprocessor macro from the Max SDK -#undef jit_object_new - #include "c74_msp.h" using c74::max::t_atom_long;