Module: wine Branch: refs/heads/master Commit: b732e9b4c13e8751c0117d0f19232ff50360078b URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=b732e9b4c13e8751c0117d0f...
Author: Mike McCormack mike@codeweavers.com Date: Tue Jun 6 19:26:24 2006 +0900
hlink: Add a stub implementation (based on Aric Stewart's code).
---
configure | 3 + configure.ac | 1 dlls/Makefile.in | 1 dlls/hlink/.gitignore | 1 dlls/hlink/Makefile.in | 15 +++++ dlls/hlink/hlink.spec | 33 +++++++++++ dlls/hlink/hlink_main.c | 140 +++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 193 insertions(+), 1 deletions(-) create mode 100644 dlls/hlink/.gitignore create mode 100644 dlls/hlink/Makefile.in create mode 100644 dlls/hlink/hlink.spec create mode 100644 dlls/hlink/hlink_main.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=b732e9b4c13e8751c011...