Mercurial > hg > xemacs-beta
comparison src/intl-auto-encap-win32.c @ 5929:f5dfcf2323bc cygwin
vs2015_3.patch applied, and some vs64 fixes
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Tue, 08 Dec 2015 09:05:19 +0000 |
parents | 2f34b59f451a |
children |
comparison
equal
deleted
inserted
replaced
5928:2f34b59f451a | 5929:f5dfcf2323bc |
---|---|
3145 | 3145 |
3146 #endif /* defined (HAVE_MS_WINDOWS) */ | 3146 #endif /* defined (HAVE_MS_WINDOWS) */ |
3147 | 3147 |
3148 #if defined (HAVE_MS_WINDOWS) | 3148 #if defined (HAVE_MS_WINDOWS) |
3149 | 3149 |
3150 /*HST did this | |
3150 DWORD | 3151 DWORD |
3151 qxeGetKerningPairs (HDC hdc, DWORD nPairs, LPKERNINGPAIR lpKernPair) | 3152 qxeGetKerningPairs (HDC hdc, DWORD nPairs, LPKERNINGPAIR lpKernPair) |
3152 { | 3153 { |
3153 if (XEUNICODE_P) | 3154 if (XEUNICODE_P) |
3154 return GetKerningPairsW (hdc, nPairs, lpKernPair); | 3155 return GetKerningPairsW (hdc, nPairs, lpKernPair); |
3155 else | 3156 else |
3156 return GetKerningPairsA (hdc, nPairs, lpKernPair); | 3157 return GetKerningPairsA (hdc, nPairs, lpKernPair); |
3157 } | 3158 } |
3159 */ | |
3158 | 3160 |
3159 #endif /* defined (HAVE_MS_WINDOWS) */ | 3161 #endif /* defined (HAVE_MS_WINDOWS) */ |
3160 | 3162 |
3161 #if defined (HAVE_MS_WINDOWS) | 3163 #if defined (HAVE_MS_WINDOWS) |
3162 | 3164 |