[UI] Remove MAX_PATH limit from WM_DROPFILES
Also required const-ifying a file drop message.
This commit is contained in:
@@ -43,7 +43,7 @@ class EmulatorWindow {
|
||||
|
||||
bool Initialize();
|
||||
|
||||
void FileDrop(wchar_t* filename);
|
||||
void FileDrop(const wchar_t* filename);
|
||||
void FileOpen();
|
||||
void FileClose();
|
||||
void ShowContentDirectory();
|
||||
|
||||
Reference in New Issue
Block a user