This commit is contained in:
Steve Checkoway
2003-10-07 07:04:34 +00:00
parent d8710d3710
commit 4cafa2eb7d
@@ -16,7 +16,8 @@
#include <signal.h>
/* You would think that these would be defined somewhere. */
enum {
enum
{
kMacOSX_10_2 = 0x1020,
kMacOSX_10_3 = 0x1030
};