Sign in
goma
/
wine
/
8ea086b30802fd668f0580dec99a636a8b457198
/
dlls
/
compobj.dll16
/
compobj.c
268226b
compobj.dll16: void functions should not return a value.
by Andrew Talbot
· 14 years ago
c2f6d05
compobj.dll16: COM cleanup for the IMalloc16 iface.
by Michael Stefaniuc
· 14 years ago
6b40f64
ole32: Make compobj.dll into a stand-alone 16-bit module.
by Alexandre Julliard
· 16 years ago
[Renamed (89%) from dlls/ole32/ole16.c]
2e1b309
ole32: Make ole2.dll into a stand-alone 16-bit module.
by Alexandre Julliard
· 16 years ago
9e537ae
ole32: Declare a function static.
by Andrew Talbot
· 16 years ago
095568d
ole32: Remove some superfluous casts of void pointers and zero.
by Michael Stefaniuc
· 16 years ago
1b24da3
ole32: Spelling fixes.
by Austin English
· 17 years ago
554644f
ole32: Remove unneeded casts.
by Andrew Talbot
· 17 years ago
4ea954d
ole32: Exclude unused headers.
by Andrew Talbot
· 18 years ago
3acb0a8
ole32: The 16-bit version of CoDisconnectObject is not compatible with the 32-bit version, so create a separate stub for the former.
by Rob Shearman
· 18 years ago
21ff87b
ole32: Win64 printf format warning fixes.
by Michael Stefaniuc
· 18 years ago
69591d8
ole32: Explicitly specify CDECL calling convention on exported functions.
by Alexandre Julliard
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
cc4669c
ole: Remove __CLSIDFromStringA.
by Robert Shearman
· 19 years ago
681b71e
Functions with no paramters must be (void).
by Eric Pouech
· 19 years ago
2844272
Const correctness fixes.
by Eric Pouech
· 19 years ago
ae542af
Improve c2man Documented-Total count.
by Markus Amsler
· 19 years ago
f7b65cc
- Extend COM_OpenKeyForCLSID to open a subkey and return an HRESULT.
by Robert Shearman
· 19 years ago
c86fef8
Move all 16-bit functions to an appropriate 16-bit file.
by Robert Shearman
· 20 years ago
628939d
Use the proper WOW functions everywhere instead of the K32WOW variant.
by Alexandre Julliard
· 20 years ago
d32610f
Remove local declarations already in included public headers.
by Vincent Béron
· 20 years ago
c5feb31
Implemented IsValidInterface16, CoMemAlloc.
by Marcus Meissner
· 20 years ago
d327628
16bit interfaces are cdecl, so drop the WINAPI.
by Marcus Meissner
· 20 years ago
c7fdb45
Fix gcc 4.0 -Wpointer-sign warnings.
by Mike McCormack
· 20 years ago
0a645e8
Convert some registry helper functions to use unicode versions of
by Robert Shearman
· 20 years ago
eba47f1
Make remaining OLE interface vtables const.
by Dmitry Timoshkov
· 20 years ago
0ddd30b
Removed unnecessary code in the 16-bit DllEntryPoint function of some
by Alexandre Julliard
· 20 years ago
fc61f6c
Make _xmalloc16() static.
by Marcus Meissner
· 20 years ago
241a4c3
Get rid of the non-standard ICOM_THIS macro.
by Alexandre Julliard
· 21 years ago
48c4bb3
Get rid of the non-standard ICOM_VTABLE macro.
by Alexandre Julliard
· 21 years ago
0467ce9
Get rid of the non-standard ICOM_VFIELD macro.
by Alexandre Julliard
· 21 years ago
d8aa853
Fix the IMalloc::ReAlloc() to follow the documented behavior.
by Dimitrie O. Paun
· 21 years ago
ab64e3f
Fixes for memory leaks on error path.
by Michael Stefaniuc
· 22 years ago
20c169e
Fixed a few more headers dependency issues.
by Alexandre Julliard
· 22 years ago
e37c6e1
Fixed header dependencies to be fully compatible with the Windows
by Alexandre Julliard
· 22 years ago
32d27dc
- Create new file ole2_16.c for ole2 16bit only functions.
by Steven Edwards
· 22 years ago
2d5519f
The com_interface attribute is not needed on derived classes.
by Alexandre Julliard
· 22 years ago
c2ebe1f
Removed uses of the non standard ICOM_VTBL macro.
by Alexandre Julliard
· 22 years ago
87fa2d5
Fixed a few problems caused by the new objidl.idl.
by Alexandre Julliard
· 22 years ago
d1c1441
- Moved 16 bit functions to a seperate file.
by Juergen Schmied
· 23 years ago