Skip to content

Commit

Permalink
Revert "Prevent collisions between Max SDK preprocessor macros like"
Browse files Browse the repository at this point in the history
This reverts commit db558b6.
  • Loading branch information
isabelgk committed Apr 15, 2024
1 parent 2e8aaa2 commit e2687b4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions include/c74_min_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e2687b4

Please sign in to comment.