diff 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
line wrap: on
line diff
--- a/src/glyphs-msw.c	Sun Jan 10 01:06:15 2010 -0600
+++ b/src/glyphs-msw.c	Tue Jan 12 01:38:04 2010 -0600
@@ -1243,7 +1243,7 @@
     {
       Extbyte *fname;
 
-      LOCAL_FILE_FORMAT_TO_TSTR (file, fname);
+      LISP_LOCAL_FILE_FORMAT_TO_TSTR (file, fname);
 
       if (NILP (resource_id))
 	resid = fname;