Module: wine Branch: refs/heads/master Commit: 569a452d3adefafd11c8dea9f3286965d21c88bd URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=569a452d3adefafd11c8dea9...
Author: Paul Vriens Paul.Vriens@xs4all.nl Date: Tue Jun 13 14:16:58 2006 +0200
uxtheme: Add framework and initial tests.
---
configure | 3 - configure.ac | 1 dlls/uxtheme/Makefile.in | 2 dlls/uxtheme/tests/.gitignore | 3 + dlls/uxtheme/tests/Makefile.in | 13 ++ dlls/uxtheme/tests/system.c | 223 ++++++++++++++++++++++++++++++++++++++++ programs/winetest/Makefile.in | 9 +- 7 files changed, 250 insertions(+), 4 deletions(-) create mode 100644 dlls/uxtheme/tests/.gitignore create mode 100644 dlls/uxtheme/tests/Makefile.in create mode 100644 dlls/uxtheme/tests/system.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=569a452d3adefafd11c8...