Changeset 42536 in vbox for trunk/src/VBox/Additions/common/crOpenGL/pack
- Timestamp:
- Aug 2, 2012 1:20:42 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79709
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_init.c
r42528 r42536 48 48 49 49 #if defined(WINDOWS) && defined(VBOX_WITH_WDDM) 50 pack_spu.bRunningUnderWDDM = !!GetModuleHandle( "VBoxDispD3D");50 pack_spu.bRunningUnderWDDM = !!GetModuleHandle(VBOX_MODNAME_DISPD3D); 51 51 #endif 52 52
Note:
See TracChangeset
for help on using the changeset viewer.