Skip to content

Commit

Permalink
Linux/macOS: Fix missing define that was causing compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
idrassi committed Sep 10, 2024
1 parent 40f0174 commit 01dfd0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Common/Tcdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ typedef uint64 TC_LARGEST_COMPILER_UINT;
#define TRUE 1
#endif

#define VC_CDECL

#endif // !_MSC_VER

#define TC_INT_TYPES_DEFINED
Expand Down

0 comments on commit 01dfd0e

Please sign in to comment.