Module: wine Branch: master Commit: aaf78f1a0b63d0a6c5c11f9ef8bf0dbc7d0cb427 URL: http://source.winehq.org/git/wine.git/?a=commit;h=aaf78f1a0b63d0a6c5c11f9ef8...
Author: Francois Gouget fgouget@free.fr Date: Sun Aug 29 23:40:33 2010 +0200
d3dcompiler_43: Don't use nameless unions in our private structures to avoid trouble with compilers where they are not supported.
---
dlls/d3dcompiler_43/asmparser.c | 24 ++++++++-------- dlls/d3dcompiler_43/asmshader.y | 34 +++++++++++----------- dlls/d3dcompiler_43/asmutils.c | 32 +++++++++++----------- dlls/d3dcompiler_43/bytecodewriter.c | 42 ++++++++++++++-------------- dlls/d3dcompiler_43/d3dcompiler_private.h | 2 +- 5 files changed, 67 insertions(+), 67 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=aaf78f1a0b63d0a6c5c11f...