Changeset 62948 in vbox for trunk/src/VBox/Devices/Graphics/shaderlib/libWineStub/include
- Timestamp:
- Aug 4, 2016 6:58:58 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109551
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/debug.h
r53201 r62948 315 315 316 316 #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 } 318 318 #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 }; \ 320 320 static struct __wine_debug_channel * const __wine_dbch___default = &__wine_dbch_##ch 321 321
Note:
See TracChangeset
for help on using the changeset viewer.