7 May
2006
7 May
'06
8:36 a.m.
Module: wine Branch: refs/heads/master Commit: c6c1e05dc5eebd63041807784a46e921ef5377be URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=c6c1e05dc5eebd6304180778... Author: Hans Leidekker <hans(a)it.vu.nl> Date: Mon May 1 16:28:56 2006 +0200 dnsapi: Implement DnsRecordCompare. --- dlls/dnsapi/Makefile.in | 3 dlls/dnsapi/dnsapi.spec | 2 dlls/dnsapi/record.c | 364 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 367 insertions(+), 2 deletions(-) create mode 100644 dlls/dnsapi/record.c Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=c6c1e05dc5eebd630418...