VirtualBox

Ignore:
Timestamp:
Apr 30, 2015 6:12:07 PM (10 years ago)
Author:
vboxsync
Message:

3D: crUtill DLL: add guest #ifdefs and fix burn.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/error.c

    r55573 r55574  
    157157            int rc;
    158158            rc = RTR3InitDll(RTR3INIT_FLAGS_UNOBTRUSIVE); CRASSERT(rc);
     159# ifdef IN_GUEST
    159160            rc = VbglR3Init();
     161# endif
    160162            LogRel(("crUtill DLL loaded.\n"));
    161163# if defined(DEBUG_misha)
     
    170172        {
    171173            LogRel(("crUtill DLL unloaded."));
     174# ifdef IN_GUEST
    172175            VbglR3Term();
     176# endif
    173177        }
    174178
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