Skip to content

Commit

Permalink
fix: misplaced endif
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 6, 2024
1 parent bcc1369 commit 5c1a599
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/lime/hooks/convention.inl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ namespace lime
};

#if INTPTR_MAX == INT32_MAX

#ifdef _MSC_VER
#define LIME_CDECL __cdecl
#define LIME_STDCALL __stdcall
Expand Down Expand Up @@ -89,12 +90,13 @@ namespace lime

#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif

#endif
}; // namespace detail

#undef LIME_CDECL
#undef LIME_STDCALL
#undef LIME_FASTCALL
#undef LIME_THISCALL
#endif
} // namespace lime

0 comments on commit 5c1a599

Please sign in to comment.