Skip to content

Commit f0ba511

Browse files
committed
MAC_OSX_VERSION_10_6 #143
1 parent a5ed662 commit f0ba511

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/MacVim/PSMTabBarControl/source/PSMTabBarControl.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ typedef unsigned int NSUInteger;
2424
# define NSINTEGER_DEFINED 1
2525
#endif
2626

27+
#ifndef MAC_OS_X_VERSION_10_6
28+
# define MAC_OS_X_VERSION_10_6 1060
29+
#endif
30+
2731
#define kPSMTabBarControlHeight 22
2832
// internal cell border
2933
#define MARGIN_X 6

0 commit comments

Comments
 (0)