- Server stubs are void functions.
[reactos.git] / reactos / tools / widl / ChangeLog
1 ChangeLog
2
3 2005-02-26 ekohl
4 tools/widl/server.c
5
6 Server stubs are void functions.
7 Fix a warning in the server stub descriptor.
8
9
10 2005-02-25 ekohl
11 tools/widl/client.c
12 tools/widl/header.c
13 tools/widl/header.h
14 tools/widl/server.c
15
16 Support multiple interfaces per idl file.
17 Support explicit binding handles.
18
19
20 2005-02-24 ekohl
21 include/wine/rpcfc.h
22 tools/widl/client.c
23 tools/widl/header.c
24 tools/widl/parser.l
25 tools/widl/parser.y
26 tools/widl/server.c
27
28 Support remaining basic types (float, double, small, wchar_t and handle_t).