Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit debafb9

Browse files
committed
Added SIZEOF_INT and SIZEOF_LONG
1 parent 227cf76 commit debafb9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Mac/Include/config.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4242
#define macintosh
4343
#endif
4444

45+
#define SIZEOF_INT 4
46+
#define SIZEOF_LONG 4
47+
4548
#ifdef THINK_C
4649
#define HAVE_FOPENRF
4750
#endif

0 commit comments

Comments
 (0)