VirtualBox

Ignore:
Timestamp:
Aug 2, 2012 1:20:42 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79709
Message:

crOpenGL/wddm: WOW64 fix

Location:
trunk/src/VBox/Additions/common/crOpenGL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/load.c

    r42523 r42536  
    10251025    PeekMessage(&msg, NULL, WM_USER, WM_USER, PM_NOREMOVE);
    10261026# ifdef VBOX_WITH_WDDM
    1027     hVBoxD3D = GetModuleHandle("VBoxDispD3D");
     1027    hVBoxD3D = GetModuleHandle(VBOX_MODNAME_DISPD3D);
    10281028    if (hVBoxD3D)
    10291029    {
    1030         hVBoxD3D = LoadLibrary("VBoxDispD3D");
     1030        hVBoxD3D = LoadLibrary(VBOX_MODNAME_DISPD3D);
    10311031    }
    10321032
     
    10511051                else
    10521052                {
    1053                     crDebug("running with VBoxDispD3D");
     1053                    crDebug("running with " VBOX_MODNAME_DISPD3D);
    10541054                    stub.trackWindowVisibleRgn = 0;
    10551055                    stub.bRunningUnderWDDM = true;
  • trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_init.c

    r42528 r42536  
    4848
    4949#if defined(WINDOWS) && defined(VBOX_WITH_WDDM)
    50     pack_spu.bRunningUnderWDDM = !!GetModuleHandle("VBoxDispD3D");
     50    pack_spu.bRunningUnderWDDM = !!GetModuleHandle(VBOX_MODNAME_DISPD3D);
    5151#endif
    5252
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