- e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
- e426e9a Fix for building lzexpand with Mingw or MS_VC++ includes by Steven Edwards · 22 years ago
- e048ada List 16-bit spec files explicitly to avoid problems with some versions of make. by Alexandre Julliard · 22 years ago
- 114a31a Take advantage of new winebuild syntax to remove redundant function by Alexandre Julliard · 22 years ago
- a9c51cb Replaced forwards by normal function declarations. by Alexandre Julliard · 22 years ago
- 2e24a14 Replace DPRINTF with TRACE. by Tony Lambregts · 22 years ago
- 297f3d8 Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them. by Dimitrie O. Paun · 22 years ago
- dbf8b78 Added .spec.def files. by Alexandre Julliard · 22 years ago
- c728efc Added --disable-win16 configure option. by Alexandre Julliard · 23 years ago
- d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
- 1dc62b7 NT sets the error code to ERROR_RESOURCE_DATA_NOT_FOUND if the file by François Gouget · 23 years ago
- d1b43b8 Removed workaround for 16-bit loader bug. by Alexandre Julliard · 23 years ago
- 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
- ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
- 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
- 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
- 0ca9bba Always call LoadLibrary. Workaround a broken behaviour of the 16-bit loader. by Dmitry Timoshkov · 23 years ago
- c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 74e4d21 Avoid wildcards in .cvsignore. by Patrik Stridvall · 23 years ago
- 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
- 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
- 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
- 8b216b3 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- bc35c50 Remove unneeded WINAPI. by Andreas Mohr · 24 years ago
- e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
- a7580c5 ConvertVersionInfo32To16: the end of the child list may also be marked by Francois Gouget · 24 years ago
- f7e7cd4 Truncate version data if provided buffer is not large enough. by Dmitry Timoshkov · 24 years ago
- 07b6e6e Fixed prototype of GetFileVersionInfoA/W. by Dmitry Timoshkov · 24 years ago
- 4868e71 Return from GetFileVersionInfo(Size) if specified file found, but by Dmitry Timoshkov · 24 years ago
- 8f73cd1 Add version information (16 and 32 bit) to core built-in dlls: by Dmitry Timoshkov · 24 years ago
- 3437915 If VerQueryValueA is called with a PE resource, translate the call to by Lawson Whitney · 24 years ago
- 50ea110 Code was checking for 0 or HFILE_ERROR instead of negative error values. by Andreas Mohr · 24 years ago
- cc19592 Added check whether unaligned memory access is allowed. by Ulrich Weigand · 24 years ago
- 5e5c52d DUMMYSTRUCTNAME2 creates a conflict when using anonymous union names. by François Gouget · 24 years ago
- 9759140 Fixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian machines. by Ulrich Weigand · 24 years ago
- 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
- e2222fd Use libwine and libwine_unicode directly from their build directory by Alexandre Julliard · 24 years ago
- ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
- ea18679 Remove libXXXX.so.1.0 lines from .cvsignore files. by David Elliott · 24 years ago
- 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
- c95b1aa Avoid linking with ntdll where possible. by Alexandre Julliard · 24 years ago
- 0e44f63 Replaced HEAP_strdup* and lstrcpynAtoW calls by exported functions. by Alexandre Julliard · 24 years ago
- 27939f0 Start using import tables for dlls that can already support it. by Alexandre Julliard · 24 years ago
- da0acca Use DUMMYxxxNAME for anonymous struct/unions. by Francois Gouget · 24 years ago
- eb58e1d Declare debug channels in all dlls that need them; added imports of by Alexandre Julliard · 24 years ago
- b85a6ad Duplicate resource directory searching routines instead of calling by Alexandre Julliard · 24 years ago
- 81800b1 Use a binary search to find entries in resource directories. by Alexandre Julliard · 24 years ago
- 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
- 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
- c7e7df8 Replaced all lstr* calls from inside Wine code by their str* equivalent. by Alexandre Julliard · 25 years ago
- 81f5f5c VIF_OUTOFSPACE and VIF_OUTOFMEM were reversed. by Andreas Mohr · 25 years ago
- 6c9d83a Added imports of user32/gdi32/kernel32 wherever necessary. by Alexandre Julliard · 25 years ago
- 76d3671 Added 'owner' field to 16-bit spec files to specify the name of the by Alexandre Julliard · 25 years ago
- 6953d67 For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. by Alexandre Julliard · 25 years ago
- 5ea2247 Use the Unicode string functions from wine/unicode.h instead of the crtdll ones. by Alexandre Julliard · 25 years ago
- 84c28fc Prevent possible NULL pointer access. by Alexander Frink · 25 years ago
- cb18dbf Removed the last xmalloc calls. by Dimitrie O. Paun · 25 years ago
- 84eb833 Added some missing import directives. by Alexandre Julliard · 25 years ago
- 180a088 Moved PE header definitions to winnt.h where they belong. by Alexandre Julliard · 25 years ago
- 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
- fcfacb9 Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
- 82a2b18 Added support for creating extra symlinks for .so files that contain by Alexandre Julliard · 25 years ago
- d0edc5f Moved dll-specific make rules to a separate Makedll.rules file. by Alexandre Julliard · 25 years ago
- 1c57a3b Made some local functions static. by Patrik Stridvall · 25 years ago
- 383da68 Optimized debugging API to reduce code size. by Alexandre Julliard · 25 years ago
- 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
- 54dc94e Merged dlls/ver into dlls/version. by Alexandre Julliard · 25 years ago
- bade58f Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them. by Marcus Meissner · 25 years ago
- f030d75 Fixed alignment problem with VERSION_INFO members. by Ulrich Weigand · 25 years ago
- 6f71573 Make use of automatic ordinal allocation. by Alexandre Julliard · 25 years ago
- baa9bf9 Buffer overflows and strncpy fixes. by Francois Gouget · 25 years ago
- 3467dab Move VerLanguageName[AW] back to base (exported from KERNEL32 ...). by Ulrich Weigand · 26 years ago
- c9df14d Alignment fix. by Uwe Bonnes · 26 years ago
- e8ad6fe Fixed alignment. by Uwe Bonnes · 26 years ago
- 89f079b Replaced a few calls to lstr* functions by their CRTDLL or libc equivalent. by Alexandre Julliard · 26 years ago
- 15de615 Got rid of dsprintf and related macros. by Alexandre Julliard · 26 years ago
- daed93e Moved .spec files to corresponding dlls/ directory. by Ulrich Weigand · 26 years ago
- 623c0d6 some small include fixes, some checks for NULL ptrs, by Marcus Meissner · 26 years ago
- f981c6c ver.h is a legacy header. winver.h should be used instead. by Paul Quinn · 26 years ago
- 9fe7a25 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
- ff5ae3d Removed some includes of 16 bit API. by Michael Veksler · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
- 4d99818 Fix crash if lpuCurDirLen or lpuDestDirLen==0. by Douglas Ridgway · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- 17d0d4e Don't hang on the last child if it's not wanted. by Lawson A. Whitney · 26 years ago
- 4ca9d75 Renamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_STRUCTxx. by Bertho Stultiens · 26 years ago
- 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
- dae096f NULL is a valid argument as handle for GetFileVersionInfoSize32A. by Ulrich Weigand · 26 years ago
- d70a632 Bugfix: NULL pointer check for output parameters. by Ulrich Weigand · 26 years ago
- e233d1a reslen could be used uninitialised in GetFileResource32 (fixes some by Marcus Meissner · 26 years ago
- ce82177 Implementation of VERSION.DLL. Based on old misc/ver.c. by Ulrich Weigand · 26 years ago