James Hawkins
|
289047c735
|
user32: Don't try to free a handle with a value of 1, which is the dde handle value for asynchronous operations.
|
2010-01-05 12:29:03 +01:00 |
Marcus Meissner
|
1667a2469e
|
user32: Fixed NULL ptr checks (Coverity).
|
2009-11-24 10:51:34 +01:00 |
Dan Kegel
|
75d613f64f
|
user32: Fix uninitialized variable so first call to DdeGetLastError isn't undefined.
|
2009-11-09 19:35:55 +01:00 |
Eric Pouech
|
3c3ba77179
|
user32: Clearly separate the 16bit code out of user32.
|
2009-05-06 12:06:52 +02:00 |
Alexandre Julliard
|
b5346a8ce3
|
user32: Fix the DDE service formatting for 64-bit.
|
2009-04-24 13:40:42 +02:00 |
Michael Stefaniuc
|
214b40b109
|
user32: Remove superfluous pointer casts.
|
2009-03-02 12:11:38 +01:00 |
Jeff Latimer
|
c743f9d0bd
|
user32: DdeCreateStringHandle checks for an invalid instance Id and sets lastError for instances on that thread.
|
2009-01-26 14:29:44 +01:00 |
Jeff Latimer
|
c5bc4b2c9a
|
user32: Check the instance id on DdeCreateDataHandle and retire a couple of todos.
|
2009-01-22 15:28:24 +01:00 |
Jeff Latimer
|
be14da009a
|
user32: Pass pConv to WDML_Global2DataHandle so that it can be correcly passed to DdeCreateDataHandle.
|
2009-01-21 13:04:45 +01:00 |
Alexandre Julliard
|
9c6494a417
|
user32: The PackDDElParam return value is sign-extended on 64-bit.
|
2009-01-10 21:06:49 +01:00 |
Michael Stefaniuc
|
fb11803d19
|
user32: Remove superfluous casts of void pointers.
|
2008-11-05 10:55:46 +01:00 |
Jeff Latimer
|
57d1059bbb
|
user32: Make some DDE traces more meaningful.
|
2008-09-05 10:47:56 +02:00 |
Jeff Latimer
|
04a59014f8
|
user32: DdeQueryString returns a NULL str if there is no handle.
|
2008-08-18 17:26:01 +02:00 |
Huw Davies
|
bce23d7edb
|
user32: Don't access pConv after it's been freed.
|
2008-07-21 15:05:01 +02:00 |
Andrew Talbot
|
aceb12265f
|
user32: Dangling pointer fix.
|
2008-06-18 16:15:12 +02:00 |
Francois Gouget
|
44b52b128c
|
Assorted spelling fixes.
|
2008-01-16 12:48:29 +01:00 |
Michael Stefaniuc
|
872188c1d8
|
user32: Remove unneeded casts.
|
2007-12-31 16:45:53 +01:00 |
Andrew Talbot
|
0a7513328f
|
user32: Constify a variable.
|
2007-11-15 11:10:15 +01:00 |
Alexandre Julliard
|
6ff78347e2
|
user32: Remove a few traces that only duplicate the relay information.
|
2007-11-12 14:03:45 +01:00 |
James Hawkins
|
2cd2f12256
|
user32: Set uiLo and uiHi to zero on error.
|
2007-09-17 13:28:23 +02:00 |
Dmitry Timoshkov
|
9a295e7f87
|
user32: Fix some compilation warnings in 64-bit mode.
|
2007-05-30 13:24:27 +02:00 |
Dmitry Timoshkov
|
3c9e7a7f33
|
wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.
|
2007-05-25 20:37:56 +02:00 |
Andrew Talbot
|
01e93cc2d1
|
user32: Exclude unused headers.
|
2007-05-21 13:36:02 +02:00 |
Dmitry Timoshkov
|
3a7bd67479
|
user32: Add support for DdeEnableCallback(EC_DISABLE) command.
|
2006-11-21 12:16:27 +01:00 |
Alexandre Julliard
|
b8a2e3b8a4
|
user32: Renamed the user/ directory to user32.
|
2006-11-16 14:49:25 +01:00 |