Mercurial > hg > xemacs-beta
comparison src/glyphs-msw.c @ 4834:b3ea9c582280
Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 12 Jan 2010 01:38:04 -0600 |
parents | 4eb2a8c07cb3 |
children | 8b63e21b0436 |
comparison
equal
deleted
inserted
replaced
4833:4dd2389173fc | 4834:b3ea9c582280 |
---|---|
1241 /* mess with the keyword info we were provided with */ | 1241 /* mess with the keyword info we were provided with */ |
1242 if (!NILP (file)) | 1242 if (!NILP (file)) |
1243 { | 1243 { |
1244 Extbyte *fname; | 1244 Extbyte *fname; |
1245 | 1245 |
1246 LOCAL_FILE_FORMAT_TO_TSTR (file, fname); | 1246 LISP_LOCAL_FILE_FORMAT_TO_TSTR (file, fname); |
1247 | 1247 |
1248 if (NILP (resource_id)) | 1248 if (NILP (resource_id)) |
1249 resid = fname; | 1249 resid = fname; |
1250 else | 1250 else |
1251 { | 1251 { |