Changeset 76474 in vbox for trunk/src/VBox/Devices/Graphics/shaderlib
- Timestamp:
- Dec 25, 2018 7:21:57 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127775
- Location:
- trunk/src/VBox/Devices/Graphics/shaderlib
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/shaderlib/libWineStub/debug.c
r63474 r76474 57 57 #ifdef VBOX_WITH_WDDM 58 58 #include <VBoxDispMpLogger.h> 59 #include <iprt/err .h>59 #include <iprt/errcore.h> 60 60 #else 61 61 #include <iprt/log.h> -
trunk/src/VBox/Devices/Graphics/shaderlib/shaderapi.c
r73518 r76474 16 16 */ 17 17 18 #include <iprt/err .h>18 #include <iprt/errcore.h> 19 19 #include <iprt/mem.h> 20 20 #include <iprt/assert.h> -
trunk/src/VBox/Devices/Graphics/shaderlib/utils.c
r69500 r76474 16 16 */ 17 17 18 #include <iprt/err .h>18 #include <iprt/errcore.h> 19 19 #include <iprt/mem.h> 20 20 #include <iprt/assert.h> -
trunk/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/debug.c
r53201 r76474 44 44 #ifdef VBOX_WITH_WDDM 45 45 #include <VBoxDispMpLogger.h> 46 #include <iprt/err .h>46 #include <iprt/errcore.h> 47 47 #else 48 48 #include <iprt/log.h>
Note:
See TracChangeset
for help on using the changeset viewer.