VirtualBox

Changeset 86589 in vbox for trunk/src


Ignore:
Timestamp:
Oct 15, 2020 11:32:19 AM (4 years ago)
Author:
vboxsync
Message:

DevVGA-SVGA3d-hlp.cpp: Build fix for r140931 - just include DevVGA-SVGA.h, like we used to do, so we don't need to repeate ugly include hacks for svga3d_reg.h. bugref:9824

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-hlp.cpp

    r86576 r86589  
    2121#ifdef SHADER_VERIFY_STANDALONE
    2222# include <stdio.h>
    23 # define Log3(a) printf a
    24 # define LogRel(a) printf a
     23//# define Log3(a) printf a        - /* @todo r=bird: This is strictly forbidden. Noone redefines Log macros ever! */
     24//# define LogRel(a) printf a      - /* @todo r=bird: This is strictly forbidden. Noone redefines Log macros ever! */
    2525#else
    2626# include <VBox/log.h>
     
    3232#include <iprt/string.h>
    3333
    34 #include "svga3d_reg.h"
    35 #include "svga3d_shaderdefs.h"
    36 
    37  /** Per shader data is stored in this structure. */
     34#include "DevVGA-SVGA.h"
     35
     36/** Per shader data is stored in this structure. */
    3837typedef struct VMSVGA3DSHADERPARSECONTEXT
    3938{
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