This website requires JavaScript.
Explore
Help
Register
Sign In
reactos
/
wine
Watch
1
Star
0
Fork
0
You've already forked wine
mirror of
https://github.com/reactos/wine.git
synced
2025-02-21 21:32:01 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
wine
/
dlls
/
ole32
/
tests
History
Michael Stefaniuc
d28c3ca60c
ole32: Remove superfluous casts of void pointers to other pointer types.
2007-06-27 12:53:25 +02:00
..
clipboard.c
…
compobj.c
ole32: Add a test for the retrieved local class object in another thread being a proxy.
2007-05-08 13:24:07 +02:00
dragdrop.c
ole32: Don't release the registered drop targets in OleUninitialize.
2007-04-05 13:25:18 +02:00
errorinfo.c
…
hglobalstream.c
ole32: Fix reading from an HGLOBALStreamImpl with an invalid HGLOBAL.
2007-05-18 14:42:53 +02:00
Makefile.in
ole32: Add tests for drag and drop functions.
2007-04-05 13:23:59 +02:00
marshal.c
ole32: Remove superfluous casts of void pointers to other pointer types.
2007-06-27 12:53:25 +02:00
moniker.c
ole32/tests: Check for correct return value.
2007-05-14 16:45:17 +02:00
ole2.c
…
propvariant.c
…
stg_prop.c
Remove unneeded checks on the GetModuleHandle() return value for cases where we are linked with the dll.
2007-03-28 12:36:13 +02:00
storage32.c
ole32: Move the logic in StgCreateDocfile for "if no share mode given then DENY_NONE is the default" to before the validateSTGM check.
2007-05-10 12:15:11 +02:00
usrmarshal.c
…