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

@@ -82,6 +82,7 @@ int Snap_axis_origin_X;
int Snap_axis_origin_Y;
char * Drop_file_name = NULL;
word * Drop_file_name_unicode = NULL;
#if defined(USE_X11) || (defined(SDL_VIDEO_DRIVER_X11) && !defined(NO_X11))
char * X11_clipboard = NULL;