mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-18 00:47:43 +02:00
- improved string conversion by using ms comutil.
- removed dead member variable. - extra logging to help debug file drop on windows.
This commit is contained in:
parent
fe40c670a4
commit
d03b398bc1
7 changed files with 26 additions and 18 deletions
|
@ -282,7 +282,7 @@ unregisterShellExtDataHandler(CHAR* fileType, const CLSID& clsid)
|
|||
}
|
||||
|
||||
void
|
||||
setDraggingFilename(char* filename)
|
||||
setDraggingFilename(const char* filename)
|
||||
{
|
||||
outputDebugStringF("synwinxt: > setDraggingFilename, filename=%s\n", filename);
|
||||
memcpy(g_draggingFilename, filename, MAX_PATH);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue