Mike McCormack : hlink: Add a basic implementation ( based on work by Aric Stewart).

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jun 7 07:49:16 CDT 2006


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

Author: Mike McCormack <mike at codeweavers.com>
Date:   Tue Jun  6 19:39:58 2006 +0900

hlink: Add a basic implementation (based on work by Aric Stewart).

---

 dlls/hlink/Makefile.in  |    4 
 dlls/hlink/browse_ctx.c |  281 ++++++++++++++++++
 dlls/hlink/hlink_main.c |  208 ++++++++++++-
 dlls/hlink/link.c       |  741 +++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1216 insertions(+), 18 deletions(-)
 create mode 100644 dlls/hlink/browse_ctx.c
 create mode 100644 dlls/hlink/link.c

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



More information about the wine-cvs mailing list