VirtualBox

Changeset 92906 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
Dec 14, 2021 10:14:27 PM (3 years ago)
Author:
vboxsync
Message:

VBoxDbg: Must include windows.h via our clean wrappers before including VirtualBox.h (it includes it via rpc.h). bugref:10116

Location:
trunk/src/VBox/Debugger
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/VBoxDbg.cpp

    r90520 r92906  
    2323#define VBOX_COM_NO_ATL
    2424#ifdef RT_OS_WINDOWS
     25# include <iprt/win/windows.h> /* Include via cleanup wrapper before VirtualBox.h includes it via rpc.h. */
    2526# include <VirtualBox.h>
    2627#else /* !RT_OS_WINDOWS */
  • trunk/src/VBox/Debugger/VBoxDbgConsole.h

    r86329 r92906  
    3838# include <VirtualBox_XPCOM.h>
    3939#else
     40# include <iprt/win/windows.h> /* Include via cleanup wrapper before VirtualBox.h includes it via rpc.h. */
    4041# include <VirtualBox.h>
    4142#endif
  • trunk/src/VBox/Debugger/VBoxDbgGui.h

    r90520 r92906  
    2626# include <VirtualBox_XPCOM.h>
    2727#else
     28# include <iprt/win/windows.h> /* Include via cleanup wrapper before VirtualBox.h includes it via rpc.h. */
    2829# include <VirtualBox.h>
    2930#endif
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