1. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  2. 0edbaf7 Remove spaces before '\n' in traces. by Francois Gouget · 19 years ago
  3. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
  4. bba5423 Uncomment out DisableThreadLibraryCalls in DllMain and add the by Alexandre Julliard · 20 years ago
  5. 9769816 Fix winapi_check documentation warnings. by Francois Gouget · 20 years ago
  6. 5416022 Rename MODULENAME_Dll* functions to Dll* for better consistency and by Robert Shearman · 20 years ago
  7. 34fa35d Added rules for building import libraries in the individual dll by Alexandre Julliard · 20 years ago
  8. d62356a Added rules to build import libraries in the individual dll makefiles. by Alexandre Julliard · 20 years ago
  9. c50d874 Ensure DllCanUnloadNow is a truly void function, and give it a unique by Jon Griffiths · 20 years ago
  10. 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
  11. fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
  12. 20c169e Fixed a few more headers dependency issues. by Alexandre Julliard · 22 years ago
  13. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  14. 20698b2 Make the DllRegisterServer, DllRegisterServerEx, DllUnregisterServer, by Alexandre Julliard · 22 years ago
  15. a9c51cb Replaced forwards by normal function declarations. by Alexandre Julliard · 22 years ago
  16. cef5961 Eliminate lots of __WINE__ conditionals from the headers. by Dimitrie O. Paun · 22 years ago
  17. dbf8b78 Added .spec.def files. by Alexandre Julliard · 22 years ago
  18. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  19. 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
  20. 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
  21. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  22. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  23. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  24. c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
  25. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  26. 74e4d21 Avoid wildcards in .cvsignore. by Patrik Stridvall · 23 years ago
  27. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  28. 8b216b3 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  29. ea18679 Remove libXXXX.so.1.0 lines from .cvsignore files. by David Elliott · 24 years ago
  30. 27939f0 Start using import tables for dlls that can already support it. by Alexandre Julliard · 24 years ago
  31. eb58e1d Declare debug channels in all dlls that need them; added imports of by Alexandre Julliard · 24 years ago
  32. 74af67e Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. by Alexandre Julliard · 25 years ago
  33. 6c9d83a Added imports of user32/gdi32/kernel32 wherever necessary. by Alexandre Julliard · 25 years ago
  34. 6953d67 For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. by Alexandre Julliard · 25 years ago
  35. 044acd0 Set the base for the ordinals of olepro32 to 248. by Gerard Patel · 25 years ago
  36. 54fe838 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  37. fcfacb9 Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  38. d0edc5f Moved dll-specific make rules to a separate Makedll.rules file. by Alexandre Julliard · 25 years ago
  39. 194bd05 Moved some stubs and added forwards in order to make both winapi_check by Patrik Stridvall · 25 years ago
  40. 58c71d4 OLEPRO32 stubs. by Sean Langley · 25 years ago