Module: wine Branch: master Commit: 23e69644e0aebcb28095e319cd4476d8b9b723f3 URL: https://source.winehq.org/git/wine.git/?a=commit;h=23e69644e0aebcb28095e319c...
Author: Dmitry Timoshkov dmitry@baikal.ru Date: Thu Jun 11 13:59:31 2020 +0800
prntvpt: Implement PTConvertPrintTicketToDevMode.
Signed-off-by: Dmitry Timoshkov dmitry@baikal.ru Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/prntvpt/Makefile.in | 5 +- dlls/prntvpt/main.c | 1 + dlls/prntvpt/prntvpt.spec | 2 +- dlls/prntvpt/ticket.c | 413 ++++++++++++++++++++++++++++++++++++++++++++++ include/prntvpt.h | 16 ++ 5 files changed, 434 insertions(+), 3 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=23e69644e0aebcb28095e...