VirtualBox

Changeset 76417 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Dec 23, 2018 6:59:47 PM (6 years ago)
Author:
vboxsync
Message:

iprt/errcore.h,*: Duplicate some of the most frequently used status codes in the errcore.h header, letting once.h, rest.h and others avoid iprt/err.h and thereby reducing err.h rebuild time (openssl includes once.h for everything). bugref:9344

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VMMDev.h

    r76393 r76417  
    3434#include <VBox/param.h>                 /* for the PCI IDs. */
    3535#include <VBox/types.h>
    36 #include <VBox/err.h>
     36#include <VBox/err.h> /** @todo replace with errcore.h */
    3737#include <VBox/ostypes.h>
    3838#include <VBox/VMMDevCoreTypes.h>
  • trunk/include/VBox/VMMDevCoreTypes.h

    r76393 r76417  
    3737#include <iprt/types.h>
    3838#ifdef __cplusplus
    39 # include <iprt/err.h> /* VERR_INVALID_PARAMETER */
     39# include <iprt/errcore.h>
    4040#endif
    4141
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