http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27921
User: guy
Date: 2009/03/31 09:01 PM
Log:
The second argument to Gestalt() is an SInt32, which, for backwards
compatibility reasons, is a long rather than an int in ILP32 mode
(probably dating back to the old 68000 days, when 32-bit arithmetic was
slower than 16-bit arithmetic, so an int was 16 bits and a long 32 bits
on some 68K machines) and is an int in LP64 mode.
Directory: /trunk/
Changes Path Action
+5 -5 version_info.c Modified