Hans Leidekker : dnsapi: Add a stub implementation of dnsapi.dll.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Apr 10 09:32:46 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 6b1dded3b5c6bb78fd5f8d2244357bbe1736d6e8
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=6b1dded3b5c6bb78fd5f8d2244357bbe1736d6e8

Author: Hans Leidekker <hans at it.vu.nl>
Date:   Sun Apr  9 18:35:43 2006 +0200

dnsapi: Add a stub implementation of dnsapi.dll.

---

 configure               |    3 +
 configure.ac            |    1 
 dlls/Makefile.in        |    5 ++
 dlls/dnsapi/.gitignore  |    2 +
 dlls/dnsapi/Makefile.in |   15 +++++
 dlls/dnsapi/dnsapi.spec |  129 +++++++++++++++++++++++++++++++++++++++++++++++
 dlls/dnsapi/main.c      |   49 ++++++++++++++++++
 7 files changed, 203 insertions(+), 1 deletions(-)
 create mode 100644 dlls/dnsapi/.gitignore
 create mode 100644 dlls/dnsapi/Makefile.in
 create mode 100644 dlls/dnsapi/dnsapi.spec
 create mode 100644 dlls/dnsapi/main.c

Diff:   http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=6b1dded3b5c6bb78fd5f8d2244357bbe1736d6e8



More information about the wine-cvs mailing list