summary refs log tree commit diff stats
path: root/plugins/perl/lib/HexChat
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2016-09-26 08:49:56 +0200
committerTingPing <tingping@tingping.se>2016-09-25 23:49:56 -0700
commit49758cafba9fd7e0663b550debfd51fb21260650 (patch)
treebad9439a3a654cab55c9f3206af17c01ec04c3d1 /plugins/perl/lib/HexChat
parent15600f405f2d5bda6ccf0dd73957395716e0d4d3 (diff)
sysinfo: fix compilation on OS X 10.9 and lower. (#1821)
Use the (deprecated) Gestalt functionality for fetching the fine-grained
OS X version number on 10.9 and lower.

The newer NSOperatingSystemVersion structure is only available on
10.10+.
Diffstat (limited to 'plugins/perl/lib/HexChat')
0 files changed, 0 insertions, 0 deletions
81ed389e ^





1a96ca3e ^






















































1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91