Changeset 38982 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d8
- Timestamp:
- Oct 12, 2011 8:20:21 PM (13 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/device.c
r33656 r38982 30 30 31 31 #include "config.h" 32 #include "d3d8_private.h" 32 33 33 34 #include <math.h> … … 41 42 #include "wingdi.h" 42 43 #include "wine/debug.h" 43 44 #include "d3d8_private.h"45 44 46 45 WINE_DEFAULT_DEBUG_CHANNEL(d3d8); -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/directx.c
r33656 r38982 31 31 32 32 #include "config.h" 33 #include "d3d8_private.h" 33 34 34 35 #include <stdarg.h> … … 42 43 #include "wine/debug.h" 43 44 #include "wine/unicode.h" 44 45 #include "d3d8_private.h"46 45 47 46 WINE_DEFAULT_DEBUG_CHANNEL(d3d8);
Note:
See TracChangeset
for help on using the changeset viewer.