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