/[emacs]/emacs/src/w32term.c
ViewVC logotype

Diff of /emacs/src/w32term.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.109.4.14 by jasonr, Mon Feb 18 23:52:03 2002 UTC revision 1.109.4.15 by jasonr, Tue Apr 16 23:21:57 2002 UTC
# Line 6255  construct_drag_n_drop (result, msg, f) Line 6255  construct_drag_n_drop (result, msg, f)
6255          continue;          continue;
6256        name = alloca (len + 1);        name = alloca (len + 1);
6257        DragQueryFile (hdrop, i, name, len + 1);        DragQueryFile (hdrop, i, name, len + 1);
6258        files = Fcons (build_string (name), files);        files = Fcons (DECODE_FILE(build_string (name)), files);
6259      }      }
6260    
6261    DragFinish (hdrop);    DragFinish (hdrop);

Legend:
Removed from v.1.109.4.14  
changed lines
  Added in v.1.109.4.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26