VirtualBox

Changeset 37830 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Jul 8, 2011 9:40:36 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72719
Message:

crogl: fix wine filtering for wddm WoW64

File:
1 edited

Legend:

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

    r37664 r37830  
    9696static bool packspuRunningUnderWine(void)
    9797{
    98     return NULL != GetModuleHandle("wined3d.dll") || NULL != GetModuleHandle("wined3dwddm.dll");
     98    return NULL != GetModuleHandle("wined3d.dll") || NULL != GetModuleHandle("wined3dwddm.dll") || NULL != GetModuleHandle("wined3dwddm-x86.dll");
    9999}
    100100#endif
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