Module: wine Branch: refs/heads/master Commit: 9c3b12bd54a77a8a9859c4fe23c95c6ad975018d URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=9c3b12bd54a77a8a9859c4fe...
Author: Aric Stewart aric@codeweavers.com Date: Thu Jul 13 14:16:59 2006 -0500
comcat: cImplemented or cRequired of -1 means to match everything regardless of the implementation or categories.
---
configure | 3 + configure.ac | 1 dlls/comcat/Makefile.in | 2 + dlls/comcat/information.c | 5 ++ dlls/comcat/tests/Makefile.in | 14 ++++ dlls/comcat/tests/comcat.c | 129 +++++++++++++++++++++++++++++++++++++++++ programs/winetest/Makefile.in | 3 + 7 files changed, 156 insertions(+), 1 deletions(-) create mode 100644 dlls/comcat/tests/Makefile.in create mode 100644 dlls/comcat/tests/comcat.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=9c3b12bd54a77a8a9859...