Henri Verbeet : wined3d: Use IDL to generate wined3d.h.

Alexandre Julliard julliard at winehq.org
Tue Nov 25 07:21:51 CST 2008


Module: wine
Branch: master
Commit: a6917b143d4d5be0809c162f2adc3e4eb17adfc7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a6917b143d4d5be0809c162f2adc3e4eb17adfc7

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Tue Nov 25 11:57:39 2008 +0100

wined3d: Use IDL to generate wined3d.h.

---

 .gitignore                       |    1 +
 dlls/d3d8/d3d8_private.h         |    2 +-
 dlls/d3d9/d3d9_private.h         |    2 +-
 dlls/ddraw/clipper.c             |    2 +
 dlls/ddraw/ddraw_private.h       |    2 +-
 dlls/dxgi/dxgi_private.h         |    2 +-
 dlls/wined3d/wined3d_private.h   |    4 +-
 include/Makefile.in              |   13 +-
 include/wine/wined3d.idl         | 3429 ++++++++++++++++++++++++++++++++++++++
 include/wine/wined3d_caps.h      |  590 -------
 include/wine/wined3d_interface.h | 1634 ------------------
 include/wine/wined3d_types.h     | 1480 ----------------
 tools/make_makefiles             |   25 +-
 13 files changed, 3463 insertions(+), 3723 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=a6917b143d4d5be0809c162f2adc3e4eb17adfc7



More information about the wine-cvs mailing list