- implemented correctly the HSZ as local atoms and added the needed
authorEric Pouech <eric.pouech@wanadoo.fr>
Thu, 9 Aug 2001 22:07:22 +0000 (22:07 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 9 Aug 2001 22:07:22 +0000 (22:07 +0000)
commit78a4134e514e4a32ec392e1f5af8c65d54230174
treeb296e65cfe85368f659f5f5e0a22a44b0cf0c3e6
parent7b3495ac9316c1cd85480c6c1e5f18850fa6a894
- implemented correctly the HSZ as local atoms and added the needed
  conversions to global atoms
- enhanced internal handle <=> pointer conversions, as well as
  validity of such objects (life time, destruction, mutual access...)
- fixed a few ANSI/Unicode issues, stores most of the data as Unicode
- started having both Ansi/Unicode DDE window procs for message A/W
  transformation
- fixed a few segmented pointer issues (mainly in DdeInitialize &
  DdeGetData)
- added most of the CBF_ flags handling
- implemented the conversation announcement (XTYP_CONNECT_CONFIRM) on
  server side
- enhanced DdeQueryConfig and implemented DdeReconnect
- implemented conversation termination (including XTYP_UNREGISTER)
- several others code clean up
- added transaction support on server side too
dlls/user/Makefile.in
dlls/user/dde/.cvsignore [new file with mode: 0644]
dlls/user/dde/client.c
dlls/user/dde/dde_private.h
dlls/user/dde/ddeml16.c
dlls/user/dde/misc.c
dlls/user/dde/server.c
dlls/user/user32.spec
dlls/user/user_main.c
include/ddeml.h