Skip to content

Commit

Permalink
Merge branch 'davidrg:master' into cleanup-4
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak authored Nov 2, 2024
2 parents 0b82c47 + d28345e commit d91d7b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kermit/k95/iksdsvc.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@

#ifndef CK_HAVE_INTPTR_T
/* Any windows compiler too old to support this will be 32-bits (or less) */
#ifndef _INTPTR_T_DEFINED
typedef int intptr_t;
#endif /* _INTPTR_T_DEFINED */
#define CK_HAVE_INTPTR_T
#endif
#endif /* CK_HAVE_INTPTR_T */

#define MAXPORTS 32
struct PORT
Expand Down

0 comments on commit d91d7b1

Please sign in to comment.