From a22205d67caa1cbf666a703d2bc26afd5a2704b6 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 3 Dec 2013 20:57:39 +0200 Subject: [PATCH] Remove stale comment about drag-n-drop failures. --- src/w32term.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/w32term.c b/src/w32term.c index 08d66f25642..b29087ef57b 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -3132,10 +3132,6 @@ construct_drag_n_drop (struct input_event *result, W32Msg *msg, struct frame *f) for (i = 0; i < num_files; i++) { - /* FIXME: In the native w32 build, the Unicode branch works only - for file names that can be expressed in the current ANSI - codepage; the characters not supported by that codepage get - replaced with blanks. I don't know why this happens. */ if (use_unicode) { eassert (DragQueryFileW (hdrop, i, NULL, 0) < MAX_PATH); -- 2.39.2