WIN32: get Unicode filename of Dropped files

This commit is contained in:
Thomas Bernard
2018-12-18 17:52:28 +01:00
parent 322d95add8
commit b706566f57
5 changed files with 55 additions and 38 deletions

View File

@@ -75,6 +75,7 @@ extern int Snap_axis_origin_Y;
/// This malloced string is set when a drag-and-drop event
/// brings a file to Grafx2's window.
extern char * Drop_file_name;
extern word * Drop_file_name_unicode;
#if defined __HAIKU__
#define SHORTCUT_COPY (KEY_c|MOD_ALT)