commit | e81f10c97ce2afaaa2f6ebc63c3488a279bd4031 | [log] [tgz] |
---|---|---|
author | Marcus Meissner <marcus@jet.franken.de> | Mon Jun 10 02:30:20 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jun 10 02:30:20 2002 +0000 |
tree | 9c49c4be014dab7050e369644537311675c4bdec | |
parent | 238cdeab1b32f6cfaed0173246a21ff8914caa88 [diff] |
Merged the two serializer and unserializer functions into one, cleaned them up. VT_PTR: Handle NULL pointers by sending a cookie. Added support for: VT_CARRAY, VT_DISPATCH, TKIND_RECORD, VT_VOID, VT_UI1, VT_UI2, VT_ERROR, VT_UI4, VT_UINT. Added a custom serializer for DISPPARAMS struct.