- 4c89a83 comcat/tests: Add a '\n' to a pair of ok() calls. by Francois Gouget · 14 years ago
- 453405e comcat/tests: Make sure to use return value (LLVM/Clang). by Austin English · 14 years ago
- 5f49129 resources: Define a generic mechanism for adding extra values to the common version block. by Alexandre Julliard · 14 years ago
- 81b8ee8 makefiles: Add a standard header for all makefiles to replace the common variable initializations. by Alexandre Julliard · 15 years ago
- b86d515 dlls: Remove explicit imports of kernel32 and ntdll. by Alexandre Julliard · 15 years ago
- bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
- 6164ce2 makefiles: Use the standard C_SRCS variable as the list of test files. by Alexandre Julliard · 15 years ago
- 96848a0 Remove spaces before '\n's. by Francois Gouget · 16 years ago
- 6996a9c comcat/tests: Skip tests if we can't create a test category. by Alexandre Julliard · 16 years ago
- ae6231d comcat: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
- 19966f8 comcat: Moved all the implementation to ole32 where it belongs. by Alexandre Julliard · 16 years ago
- 67fe27d comcat: Get rid of the redundant IUnknown vtable for the manager implementation. by Alexandre Julliard · 16 years ago
- f8ff1bd comcat: Simplify the class factory implementation and make it more similar to the other ones in ole32. by Alexandre Julliard · 16 years ago
- d4f107f comcat: Moved dll registration to ole32. by Alexandre Julliard · 16 years ago
- e5299ac comcat: Get rid of NULL checks on the This pointer. by Alexandre Julliard · 16 years ago
- 65de799 comcat: Fix mixing of HRESULT and LSTATUS types in COMCAT_CLSID_IEnumGUID_Next, COMCAT_IEnumCATEGORYINFO_Next and COMCAT_CATID_IEnumGUID_Next. by Rob Shearman · 17 years ago
- 79c64ac tests: Don't depend on the static uuid libraries in the tests. by Alexandre Julliard · 17 years ago
- dad21bb makefiles: List the static libraries as normal imports instead of extra libs. by Alexandre Julliard · 17 years ago
- 6be7eba comcat: Remove 'recursive registry key delete' function. by Stefan Leichter · 18 years ago
- 815c3cc comcat: Cast-qual warning fix. by Andrew Talbot · 18 years ago
- 8e2bee8 comcat: Constify some variables. by Andrew Talbot · 18 years ago
- 525b5f4 comcat: Declare some variables static and const. by Andrew Talbot · 18 years ago
- ccae172 comcat: Remove const from COMCAT Manager. by Marcus Meissner · 18 years ago
- 7079756 comcat/tests: Cast-qual warnings fix. by Andrew Talbot · 18 years ago
- 9fe4673 Don't include windows.h & co in the Wine sources. by Francois Gouget · 18 years ago
- 860d40b comcat/tests: Win64 printf format warning fixes. by Michael Stefaniuc · 19 years ago
- 276d090 comcat: Win64 printf format warning fixes. by Michael Stefaniuc · 19 years ago
- 85ce511 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. by Michael Stefaniuc · 19 years ago
- 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
- 5cf75e6 makefiles: Only run test and documentation targets in directories that need them. by Alexandre Julliard · 19 years ago
- 9c3b12b comcat: cImplemented or cRequired of -1 means to match everything by Aric Stewart · 19 years ago
- eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
- 77dc0d9 .gitignore: Added wildcards to ignore generated resource files. by Alexandre Julliard · 19 years ago
- cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
- 8f143f1 Use the return value of register_key_guid. by Paul Vriens · 19 years ago
- 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
- 7440710 Check the return value from register_key_guid in all the DLL registering code. by Robert Shearman · 19 years ago
- 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
- 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
- d37f0ab Don't prefix the functions DllCanUnloadNow, DllGetClassObject and by Alexandre Julliard · 20 years ago
- 85c9283 Don't generate import libraries for dlls that don't export anything. by Alexandre Julliard · 20 years ago
- 2d7ea23 Interlocked LONG* gcc warning fixes. by Mike McCormack · 20 years ago
- 4625628 Make some of the OLE interface vtables const. by Dmitry Timoshkov · 20 years ago
- 34fa35d Added rules for building import libraries in the individual dll by Alexandre Julliard · 20 years ago
- d62356a Added rules to build import libraries in the individual dll makefiles. by Alexandre Julliard · 20 years ago
- 461c830 Eliminate HeapAlloc casts. by Jakob Eriksson · 20 years ago
- 545cdfa - use Interlocked* functions in AddRef and Release. by Paul Vriens · 20 years ago
- c50d874 Ensure DllCanUnloadNow is a truly void function, and give it a unique by Jon Griffiths · 20 years ago
- 486d020 Don't define COBJMACROS in objbase.h. Update the Wine sources accordingly. by Francois Gouget · 20 years ago
- 39a696a Removed some uses of the non-standard ICOM_THIS macro. by Alexandre Julliard · 21 years ago
- f714b39 Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE macro. by Alexandre Julliard · 21 years ago
- 936198c Moved ICOM_THIS_MULTI definition out of objbase.h and into the files 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
- 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
- 0d203bd Sync some of the dll registrations with the contents of winedefault.reg. by Alexandre Julliard · 21 years ago
- 20b4585 Only link against libdxguid where necessary. by Alexandre Julliard · 21 years ago
- fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
- e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
- ba78aac Fixed some issues found by winapi_check. by Patrik Stridvall · 22 years ago
- 20698b2 Make the DllRegisterServer, DllRegisterServerEx, DllUnregisterServer, by Alexandre Julliard · 22 years ago
- 9591836 'sizeof type' is best avoided as it won't always compile (e.g. 'int by Francois Gouget · 22 years ago
- c2ebe1f Removed uses of the non standard ICOM_VTBL macro. by Alexandre Julliard · 22 years ago
- 2e24a14 Replace DPRINTF with TRACE. by Tony Lambregts · 22 years ago
- 2db37e2 Added optional OLESelfRegister to wine_common_ver.rc, used in dlls/comcat. by John K. Hohm · 22 years ago
- 5778165 Reimplemented DllRegisterServer and DllUnregisterServer in a more by John K. Hohm · 22 years ago
- cef5961 Eliminate lots of __WINE__ conditionals from the headers. by Dimitrie O. Paun · 22 years ago
- d2c034a Removed some remaining references to wine/obj_base.h. by Alexandre Julliard · 22 years ago
- 1e1313d Made the dll entry point default to DllMain and removed most of the by Alexandre Julliard · 22 years ago
- b34fb35 Fixed warnings caused by conversion to -DSTRICT. by Alexandre Julliard · 22 years ago
- 1ad2087 Convert HKEY to a void*. by Michael Stefaniuc · 23 years ago
- 6123951 Update some .cvsignore files for building on Windows. by Steven Edwards · 23 years ago
- 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
- 8e4eb3a Completed implementation of comcat.dll, incl. Dll[Un]RegisterServer. by John K. Hohm · 23 years ago
- 36ed03e Complete ICatInformation implementation. by John K. Hohm · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- 13b0dc5 Replaced swprintf by wsprintfW. by Alexandre Julliard · 23 years ago
- 454d99f More comcat.dll implementation, swprintf fix, winerror.h additions. by John K. Hohm · 23 years ago
- 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
- 34909c2 Added comcat.dll with factory and manager but E_NOTIMPL work methods. by John K. Hohm · 23 years ago