VirtualBox

Changeset 72412 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 1, 2018 2:02:49 PM (7 years ago)
Author:
vboxsync
Message:

NEM/win: More code merging. bugref:9044

File:
1 edited

Legend:

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

    r72392 r72412  
    28452845
    28462846/** NEM internal processing error \#0. */
    2847 #define VINF_NEM_IPE_0                              (6890)
     2847#define VERR_NEM_IPE_0                              (-6890)
    28482848/** NEM internal processing error \#1. */
    2849 #define VINF_NEM_IPE_1                              (6891)
     2849#define VERR_NEM_IPE_1                              (-6891)
    28502850/** NEM internal processing error \#2. */
    2851 #define VINF_NEM_IPE_2                              (6892)
     2851#define VERR_NEM_IPE_2                              (-6892)
    28522852/** NEM internal processing error \#3. */
    2853 #define VINF_NEM_IPE_3                              (6893)
     2853#define VERR_NEM_IPE_3                              (-6893)
    28542854/** NEM internal processing error \#4. */
    2855 #define VINF_NEM_IPE_4                              (6894)
     2855#define VERR_NEM_IPE_4                              (-6894)
    28562856/** NEM internal processing error \#5. */
    2857 #define VINF_NEM_IPE_5                              (6895)
     2857#define VERR_NEM_IPE_5                              (-6895)
    28582858/** NEM internal processing error \#6. */
    2859 #define VINF_NEM_IPE_6                              (6896)
     2859#define VERR_NEM_IPE_6                              (-6896)
    28602860/** NEM internal processing error \#7. */
    2861 #define VINF_NEM_IPE_7                              (6897)
     2861#define VERR_NEM_IPE_7                              (-6897)
    28622862/** NEM internal processing error \#8. */
    2863 #define VINF_NEM_IPE_8                              (6898)
     2863#define VERR_NEM_IPE_8                              (-6898)
    28642864/** NEM internal processing error \#9. */
    2865 #define VINF_NEM_IPE_9                              (6899)
     2865#define VERR_NEM_IPE_9                              (-6899)
    28662866/** @} */
    28672867
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