Module: wine Branch: master Commit: 398886799e32405c578dadc678620aeecf63a293 URL: http://source.winehq.org/git/wine.git/?a=commit;h=398886799e32405c578dadc678...
Author: Ulrich Czekalla ulrich.czekalla@utoronto.ca Date: Wed Dec 13 20:14:35 2006 -0500
ddraw: Add IDirectDraw3 interface.
---
dlls/ddraw/ddraw.c | 5 + dlls/ddraw/ddraw_private.h | 2 + dlls/ddraw/ddraw_thunks.c | 370 ++++++++++++++++++++++++++++++++++++++++++++ include/ddraw.h | 103 ++++++++++++ 4 files changed, 480 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=398886799e32405c578dad...