VirtualBox

Changeset 95823 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 25, 2022 4:08:36 PM (2 years ago)
Author:
vboxsync
Message:

DnD: Added GuestHost/DnDUtils module for various utility functions, (release2) log the acknowledged / pending actions by the guest, to make it easier in the future to diagnose DnD errors [SCM fix]. bugref:10267

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/DragAndDrop/DnDUtils.cpp

    r95821 r95823  
    2020*   Header Files                                                                                                                 *
    2121*********************************************************************************************************************************/
    22 #define LOG_GROUP LOG_GROUP_GUEST_DND
    2322#include <VBox/GuestHost/DragAndDrop.h>
    2423
    2524#include <iprt/assert.h>
    26 #include <iprt/dir.h>
    27 #include <iprt/err.h>
    28 #include <iprt/file.h>
    29 #include <iprt/mem.h>
    30 #include <iprt/path.h>
    31 #include <iprt/string.h>
    32 
    33 #include <VBox/log.h>
     25#include <iprt/errcore.h>
    3426
    3527
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette