Module: wine Branch: master Commit: f89c6de727e2ed222071e1ffacc1481dc50d6eb8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f89c6de727e2ed222071e1ffac...
Author: Christian Eggers christian@p2400.wgnetz.xx Date: Fri Nov 2 13:46:18 2007 +0100
ctapi32: Added wrapper dll for ctapi (CardTerminal API).
---
Makefile.in | 2 + configure | 3 + configure.ac | 1 + dlls/Makefile.in | 1 + dlls/ctapi32/Makefile.in | 12 ++++ dlls/ctapi32/ctapi.h | 107 +++++++++++++++++++++++++++++++ dlls/ctapi32/ctapi32.c | 155 +++++++++++++++++++++++++++++++++++++++++++++ dlls/ctapi32/ctapi32.spec | 3 + 8 files changed, 284 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f89c6de727e2ed222071e1...