- 9aab47e MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
- 0eec45a Force loadorder of 16-bit dlls to builtin if their 32-bit counterpart by Alexandre Julliard · 23 years ago
- cceab98 Unregister 16-bit dlls on module unload. by Alexandre Julliard · 23 years ago
- 5900867 Moved the selector access functions out of winnt.h into libwine. by Alexandre Julliard · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 7662ea1 Made register and interrupt flags instead of entry point types, so by Alexandre Julliard · 23 years ago
- 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
- 04689b2 Always load the 32-bit dll containing a given 16-bit builtin. by Alexandre Julliard · 24 years ago
- d0a4177 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- 4f2df51 Replaced GLOBAL_Alloc by GlobalAlloc16 where possible. by Alexandre Julliard · 24 years ago
- 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
- 886604c Always pass lower-case filenames to wine_dll_load(). by Alexandre Julliard · 24 years ago
- e4d0932 Added ASCII-only version of toupper, tolower, strcasecmp and the like by Aric Stewart · 24 years ago
- 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
- 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
- 745ec84 Export the CallFrom16xxx functions from kernel32. Renamed them by Alexandre Julliard · 24 years ago
- aa5a116 Patch flat cs of 16-bit entry points if current %cs is different from by Alexandre Julliard · 24 years ago
- cbeb644 Added support for loading .res files for 16-bit resources. by Alexandre Julliard · 24 years ago
- a80d8c6 Generate Win32 dll descriptor structure in the .spec.c file so that we by Alexandre Julliard · 25 years ago
- 07f3844 Avoid buffer overflows in builtin dll loading (with the help of Dmitry by Alexandre Julliard · 25 years ago
- 4fef2f1 Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock. by Alexandre Julliard · 25 years ago
- 8fe0551 Removed a few unnecessary includes. by Alexandre Julliard · 25 years ago
- 4324b47 Delay loading of interrupt table functions until they are needed. by Alexandre Julliard · 25 years ago
- 0ce13a4 Do not load wineps on startup. by Alexandre Julliard · 25 years ago
- e1e7537 Implemented on-demand loading of builtin dlls using dlopen(). by Alexandre Julliard · 25 years ago
- 0ee98cc Fixed ANSI C violations. by Patrik Stridvall · 25 years ago
- 383da68 Optimized debugging API to reduce code size. by Alexandre Julliard · 25 years ago
- 112d307 Added automatic registration of built-in DLLs. by Alexandre Julliard · 25 years ago
- 74e4a28 Built-in DLLs resources are now specified in spec file. by Alexandre Julliard · 25 years ago
- a2da868 Added .rc file support for Win16 NE modules. by Andreas Mohr · 25 years ago
- d2344fb Fix loading of modules: now search key is module's filename, not module's name. by Eric Pouech · 25 years ago
- 79077f3 Bugfix: Don't call GetVersionExA too early, to avoid breaking by Ulrich Weigand · 26 years ago
- f52e109 Set 'expected_version' of built-in and dummy modules according to by Ulrich Weigand · 26 years ago
- c50a1d0 Adapted to new-style Wine thunks. by Ulrich Weigand · 26 years ago
- b8684a2 Fixed some of the issues reported by winapi-check. by Patrik Stridvall · 26 years ago
- 3dff7bb Modularized CallFrom/To16 routines. Adapted dependent routines, by Ulrich Weigand · 26 years ago
- 617955d Changed CONTEXT into CONTEXT86 everywhere we really want an i386 by Alexandre Julliard · 26 years ago
- a099a55 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
- fdcfdb9 Added missing/wrong includes. by Patrik Stridvall · 26 years ago
- a7e6e81 Bugfix: BUILTIN_GetEntryPoint16 didn't work correctly with the new by Ulrich Weigand · 26 years ago
- 10db759 Corrected wrong return values of built-in loader to work with the by Bertho Stultiens · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
- c1d1cfe Reorganization of the loader to correctly load and free libraries and by Bertho Stultiens · 26 years ago
- dca5e56 - Implemented proper ("real", compressed) Win16 entry tables. by Andreas Mohr · 26 years ago
- 461ded4 Added -dll option for winelib programs. (Note: will not print warnings by Marcus Meissner · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- 34acebc Fixed a few broken includes. by Huw D M Davies · 26 years ago
- 04c3e1d Removed a lot of occurences of windows.h (and added necessary other includes). by Marcus Meissner · 26 years ago
- c75d0e1 Implemented new Wine startup sequence, separating startup into by Ulrich Weigand · 26 years ago
- 99f5110 Implemented DisplayDib. by Ove Kaaven · 26 years ago
- 0b597bc Stubs for COMM.DRV, REBOOT.VXD, VDD.VXD. by Ulrich Weigand · 26 years ago
- 8295c86 Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL. by Patrik Stridvall · 26 years ago
- d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
- 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726
- 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
- ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
- f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
- a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
- dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
- 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
- 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
- a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
- a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
- 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
- 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
- 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
- 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
- e658d82 Release 971130 by Alexandre Julliard · 27 years ago wine-971130
- a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
- 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
- 17216f5 Release 971012 by Alexandre Julliard · 27 years ago wine-971012
- 77b9918 Release 970914 by Alexandre Julliard · 28 years ago wine-970914
- 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
- 641ee76 Release 970804 by Alexandre Julliard · 28 years ago wine-970804
- 33072e1 Release 970629 by Alexandre Julliard · 28 years ago wine-970629
- 23946ad Release 970616 by Alexandre Julliard · 28 years ago wine-970616
- 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305
- f0cbfa0 Release 970215 by Alexandre Julliard · 28 years ago wine-970215
- 9ea19e5 Release 970101 by Alexandre Julliard · 28 years ago wine-970101[Renamed (88%) from loader/builtin.c]
- 75d86e1 Release 961117 by Alexandre Julliard · 28 years ago wine-961117
- 2c69f6d Release 960928 by Alexandre Julliard · 29 years ago wine-960928
- 0e270f4 Release 960824 by Alexandre Julliard · 29 years ago wine-960824
- 1e37a18 Release 960818 by Alexandre Julliard · 29 years ago wine-960818
- f1aa303 Release 960805 by Alexandre Julliard · 29 years ago wine-960805
- 18f92e7 Release 960717 by Alexandre Julliard · 29 years ago wine-960717
- ca22b33 Release 960712 by Alexandre Julliard · 29 years ago wine-960712
- 3051b64 Release 960705 by Alexandre Julliard · 29 years ago wine-960705
- d90840e Release 960611 by Alexandre Julliard · 29 years ago wine-960611
- 1e9ac79 Release 960606 by Alexandre Julliard · 29 years ago wine-960606
- 2d93d00 Release 960521 by Alexandre Julliard · 29 years ago wine-960521
- 1285c2f Release 960506 by Alexandre Julliard · 29 years ago wine-960506
- 2ace16a Release 960428 by Alexandre Julliard · 29 years ago wine-960428