13 Oct
2009
13 Oct
'09
4:52 p.m.
Module: wine Branch: master Commit: e773c516baaf49b9aca0280be5a5bf3af3cca8cd URL: http://source.winehq.org/git/wine.git/?a=commit;h=e773c516baaf49b9aca0280be5... Author: Matteo Bruni <matteo.mystral(a)gmail.com> Date: Wed Sep 30 20:15:38 2009 +0200 wpp: Add I/O callbacks. --- include/wine/wpp.h | 17 +++++ libs/wpp/ppl.l | 70 +++++++++++++++++-- libs/wpp/ppy.y | 14 ++-- libs/wpp/preproc.c | 182 ++++++++++++++++++++++++++++-------------------- libs/wpp/wpp.c | 8 +- libs/wpp/wpp_private.h | 4 +- 6 files changed, 199 insertions(+), 96 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e773c516baaf49b9aca028...