VirtualBox

Ignore:
Timestamp:
Aug 4, 2016 6:58:58 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109551
Message:

VBoxSVGA3D: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/debug.h

    r53201 r62948  
    315315
    316316#define WINE_DECLARE_DEBUG_CHANNEL(ch) \
    317     static struct __wine_debug_channel __wine_dbch_##ch = { ~0, #ch }
     317    static struct __wine_debug_channel __wine_dbch_##ch = { /* was: ~0, VBox:*/ UINT8_MAX, #ch }
    318318#define WINE_DEFAULT_DEBUG_CHANNEL(ch) \
    319     static struct __wine_debug_channel __wine_dbch_##ch = { ~0, #ch }; \
     319    static struct __wine_debug_channel __wine_dbch_##ch = { /* was: ~0, VBox:*/ UINT8_MAX, #ch }; \
    320320    static struct __wine_debug_channel * const __wine_dbch___default = &__wine_dbch_##ch
    321321
Note: See TracChangeset for help on using the changeset viewer.

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