- 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
- 89b21b4 Many new defines, and structs to help compile MFC. As well as a few by Paul Quinn · 26 years ago
- a3b7a40 - IShellFolder and IEnumIDList are using the new COM headers by Juergen Schmied · 26 years ago
- dfc0f5e Fixes in the SysAllocString functions prototypes. It's mostly 'const' by Francois Gouget · 26 years ago
- d58f61c Implemented the IPersistStream interface on the OLE font object. by Francis Beaudet · 26 years ago
- cbb9549 Added prototypes for OleQueryLinkFromClip, OleQueryCreateFromClip, by Pavel Roskin · 26 years ago
- 25ec82c StgCreateDocfile accepts NULL as a file name. by Thuy Nguyen · 26 years ago
- 454ed9f Improved performance. by Thuy Nguyen · 26 years ago
- 986de4b Implemented DosDateTimeToVariant() and SysAllocStringByteLen() functions. by Stephane Lussier · 26 years ago
- ea1640f Added a lot of new OLE interfaces. by Paul Quinn · 26 years ago
- 91d72b9 Added support for Russian language. by Alexander Kanavin · 26 years ago
- 9484481 Fixed a reference-counting problem in the external lock mechanism. by Francis Beaudet · 26 years ago
- 66e3a85 Fixed index calculations of the upper and lower bounds of a safearray. by Francis Beaudet · 26 years ago
- e4828b6 Implementation of the ReleaseStgMedium method. by Francis Beaudet · 26 years ago
- 0445eb8 Smarter way of searching for a free block. by Thuy Nguyen · 26 years ago
- de43ef4 Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and by Marcus Meissner · 26 years ago
- 064f170 More include optimisations and fixes. by Marcus Meissner · 26 years ago
- ee517e8 - fixed missing stdlib.h and string.h includes everywhere by David Luyer · 26 years ago
- c2bae1c Now compliant to the Dutch standards. by Klaas van Gend · 26 years ago
- bc5477f Implemented support for arrays and safe arrays in VARIANT data by Francis Beaudet · 26 years ago
- 07478c2 Implemented the CoTaskMemRealloc API. Also clean-up around that API call. by Francis Beaudet · 26 years ago
- b67b8e7 Added a missing Release. STGM_CREATE should translate to CREATE_ALWAYS. by Thuy Nguyen · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- 40d9d3d Many interface declarations that originated from oleidl.h, oaidl.h and by Paul Quinn · 26 years ago
- 249d14b Fixed warning and compilation errors. by Michael Veksler · 26 years ago
- 219cfd8 Optimized away more includes, readded some #includes for necessary prototypes. by Marcus Meissner · 26 years ago
- 582cf8f Fixed a bug. by Thuy Nguyen · 26 years ago
- 6d2e173 Added support for larger files. by Thuy Nguyen · 26 years ago
- b0191cc Fix COM_ExternalLockFreeList to do not fail with an empty list. by Sylvain St.Germain · 26 years ago
- a7f8785 Added missing WINAPIs. by Marcus Meissner · 26 years ago
- eb5a29b Implemented the OleCreateFontIndirect method and the associated COM by Francis Beaudet · 26 years ago
- 1921ef2 Added some new stubs for the OLE menu descriptor methods. by Francis Beaudet · 26 years ago
- 3426d85 - made the security functions consistent. advapi calls down to ntdll now by Juergen Schmied · 26 years ago
- 0254646 Small fixes. by Francois Gouget · 26 years ago
- 7935aef Fixed bug with read-only files. by Thuy Nguyen · 26 years ago
- b0c6129 Modified so that they do not use the VTABLE_FUNC macros that performed by Francois Gouget · 26 years ago
- d04d2f1 Updated to use the latest COM macros. Defined more interfaces and API functions. by Francois Gouget · 26 years ago
- 87e385f Moved some definitions to their proper include file. by Francois Gouget · 26 years ago
- 452db3f Changed ICOM_THIS definition. by Francois Gouget · 26 years ago
- 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
- 4a1dbaf Implementation of ConvertDefaultLocale32. by Juergen Schmied · 26 years ago
- b4c726e All guid 'REFxxx' types already have a 'const' inside them. by Francois Gouget · 26 years ago
- 251c9df - Fixed a small block depot bug. by Thuy Nguyen · 26 years ago
- 3f7ad7a Implemented the OLE Drag and Drop target registration mechanism and by Francis Beaudet · 26 years ago
- 42d1255 Implementation of a simple linked list (static) that stores and counts by Sylvain St.Germain · 26 years ago
- 4a8639c Added support for the Dutch language. by Klaas van Gend · 26 years ago
- 20570b1 IsEqualGUID is defined in 'include/wine/obj_base.h'. All other by Francois Gouget · 26 years ago
- 93217c6 Better set of macros for defining the COM interfaces. by Francois Gouget · 26 years ago
- f935c59 Added missing includes to avoid warnings/errors. by Michael Veksler · 26 years ago
- c80f324 Include objbase.h for CoTaskMem* prototypes (or we get WINAPI problems). by Marcus Meissner · 26 years ago
- 0b64c85 Added missing ULONG to static const OFFSET_xx. by Marcus Meissner · 26 years ago
- a94d649 Replaced references to interfaces.h by wine/obj_xxx.h headers instead by Francois Gouget · 26 years ago
- 6563cc8 Added definition for LOCALE_SGROUPING, LOCALE_SMONGROUPING and by Jan D · 26 years ago
- 2e4e8c6 LCMapString32A: Implemented flags NORM_IGNORENONSPACE and by Pascal Cuoq · 26 years ago
- f56d029 Implemented the startup-shutdown mechanism for the COM subsystem. by Francis Beaudet · 26 years ago
- d92b947 Added an implementation of the OLE structured storage. The main by Francis Beaudet · 26 years ago
- 32b32d8 Updated msvideo. New program 'icinfo [-about] [-configure]' to by Marcus Meissner · 26 years ago
- 3fb3da2 Added a stub implementation for FileMoniker, ItemMoniker and BindCtx classes. by Noomen Hamza · 26 years ago
- 4fcd6d0 Implementation of the SafeArray family functions. by Sylvain St.Germain · 26 years ago
- f7e185d Fixed FIXME in EnumTimeFormats32W by Guy Albertelli · 26 years ago
- 7b33e2b Moved the instance creation of GUID's to a new file. by Juergen Schmied · 26 years ago
- 18aacf1 DoDragDrop and OleIsCurrentClipboard stub implementation. by Sylvain St.Germain · 26 years ago
- 4f85ca4 Make LoadTypeLib stub return failure instead of success. by Francis Beaudet · 26 years ago
- af88f57 LCMapStringA: if dstlen is insufficient, return by Marcus Meissner · 26 years ago
- 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
- 0562539 Implemented file sharing checks in the server. by Alexandre Julliard · 26 years ago
- ca1bc86 Moves more stuff from windows.h. by Michael Veksler · 26 years ago
- ae3921d Another // comment fixed. by Marcus Meissner · 26 years ago
- 69f2ea6 Fixed tons of incomplete prototypes, assignment's of pointer with by Juergen Schmied · 26 years ago
- 73458b0 Changed // comments to /* */ so WINE compiles with non-gcc compilers again. by Marcus Meissner · 26 years ago
- 9c7c8a4 Added VarDateFromStr API. by Jean-Claude Cote · 26 years ago
- 12af849 IStorage32 vtable was missing 3 stub entries. by Marcus Meissner · 26 years ago
- d604eb1 First step to make it possible to call COM interfaces from C++ code in Winelib. by François Gouget · 26 years ago
- 7f57325 Undefined CHAR_MAX and CHAR_MIN (#defined by NetBSD's system headers). by Todd Vierling · 26 years ago
- ae8b10b Check for MAXFLOAT if FLT_MAX isn't there. by Marcus Meissner · 26 years ago
- 73a6b2f Hack OLE_GetFormat* to return something if datelen = 0. by Huw D M Davies · 26 years ago
- bc93bc8 Most of the currency variant conversion functions implemented. by Justin Bradford · 26 years ago
- 720cab6 Two debug messages clarified, one useless prototype removed. by Marcus Meissner · 26 years ago
- e00d7d9 294 missing WINAPI added. by Marcus Meissner · 26 years ago
- a975da0 Fixed SetLastError with wrong value. by Juergen Schmied · 26 years ago
- 7a6228d Fixed a bunch of compiler warnings. by Andreas Mohr · 26 years ago
- b00cbea Added implementation of the VARIANT APIs. by Jean-Claude Cote · 26 years ago
- d5e7c79 Some unnecessary #include and messages removed. by Marcus Meissner · 26 years ago
- b741528 Some small corrections to EnumSystemLocales32AW by Uwe Bonnes · 26 years ago
- 6dd1996 Bugfix: second RegOpenKey should use CLSIDkey instead of HKEY_CLASSES_ROOT. by Marcus Meissner · 26 years ago
- f76dac4 Bugfix: Do *not* zero out output buffer in GetNumberFormat32[AW]. by Ulrich Weigand · 26 years ago
- e520e21 Small fixes. by Pablo Saratxaga · 26 years ago
- f1779ed Implemented 3 methods: SysAllocStringLen(), SysReAllocStringLen() by Francis Beaudet · 26 years ago
- f9d9288 Added IOleAdviseHoler interface (still a dummy) and fixed by Eric Kohl · 26 years ago
- 7be922a Added stub for CreateItemMoniker(). by Eric Kohl · 26 years ago
- 324ea57 Small fixes to get the default language to a sensible value. Thanks to Pablo. by Juergen Schmied · 26 years ago
- 29bbe12 Enhanced OABuildVersion() to return different version values for by Andreas Mohr · 26 years ago
- dfb1e9e Better OLE support in French languages. by Robert Pouliot · 26 years ago
- 9dc3256 Turn mega double switch into static table (reduces compile time). by Marcus Meissner · 26 years ago
- 1509b2d Bug fix. by Juergen Schmied · 26 years ago
- cc0588b Added Thai nls-resources. by David Luyer · 26 years ago
- a772866 Display the language id for "XXX not supported for your language" by Pablo Saratxaga · 26 years ago
- a23a1b3 Add stubs for GetRunningObjectTable32 and OleRegGetUserType. by Gavriel State · 26 years ago
- 28e226b Ensure that CreateFileMoniker functions don't return a bogus moniker by Gavriel State · 26 years ago
- 999b1b7 Fixed list insertion bug in CoLoadLibrary(). by Eric Kohl · 26 years ago