Module: wine Branch: master Commit: f6be21103b441180c8557aa6bc2845e5428271a4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f6be21103b441180c8557aa6bc...
Author: Hans Leidekker hans@codeweavers.com Date: Fri Jun 15 15:46:51 2012 +0200
wbemprox: Add support for parsing WQL queries.
---
.gitignore | 2 + dlls/wbemprox/Makefile.in | 3 + dlls/wbemprox/class.c | 5 +- dlls/wbemprox/query.c | 87 +++++ dlls/wbemprox/services.c | 13 +- dlls/wbemprox/wbemprox_private.h | 76 ++++ dlls/wbemprox/wql.y | 698 ++++++++++++++++++++++++++++++++++++++ 7 files changed, 879 insertions(+), 5 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f6be21103b441180c8557a...