wine/tools/widl widltypes.h widl.h widl.c pars ...
ChangeSet ID: 16282 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2005/02/23 14:31:08 Modified files: tools/widl : widltypes.h widl.h widl.c parser.y parser.l header.c Makefile.in Added files: tools/widl : server.c client.c Log message: Eric Kohl <eric.kohl(a)t-online.de> - Add basic support for creating client and server stub files. - Support implicit_handle attribute in IDL files. - Build mixed-mode stub files. Patch: http://cvs.winehq.org/patch.py?id=16282 Old revision New revision Changes Path 1.27 1.28 +3 -0 wine/tools/widl/widltypes.h 1.8 1.9 +9 -0 wine/tools/widl/widl.h 1.21 1.22 +54 -9 wine/tools/widl/widl.c 1.40 1.41 +8 -3 wine/tools/widl/parser.y 1.26 1.27 +2 -1 wine/tools/widl/parser.l 1.32 1.33 +6 -1 wine/tools/widl/header.c 1.11 1.12 +2 -0 wine/tools/widl/Makefile.in Added 1.1 +0 -0 wine/tools/widl/server.c Added 1.1 +0 -0 wine/tools/widl/client.c
participants (1)
-
Alexandre Julliard