Changeset 37830 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Jul 8, 2011 9:40:36 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72719
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_getstring.c
r37664 r37830 96 96 static bool packspuRunningUnderWine(void) 97 97 { 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"); 99 99 } 100 100 #endif
Note:
See TracChangeset
for help on using the changeset viewer.