Provide stub for SetupDiGetClassDevsW.
[wine] / tools /
2002-10-09  Alexandre JulliardDon't list register functions in the .def file.
2002-10-09  Patrik StridvallReorganized the code for better support of data structu...
2002-10-07  Eric PouechFixed segv when incorrect command line arguments where...
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-10-02  Patrik Stridvall- Minor improvements.
2002-10-02  Alexandre JulliardPreliminary support for dumping NE binaries.
2002-10-02  Patrik Stridvall- API file update.
2002-10-01  Patrik Stridvall- Added a new tool winapi_test for generating tests.
2002-09-29  Bill MedlandMinor typo fix.
2002-09-27  Francois GougetUpdated the wrapper code to match the new naming execut...
2002-09-26  Francois GougetBring the naming of libraries and executable up to...
2002-09-25  Alexandre JulliardMoved ts_xlib.c into x11drv and removed libwine_tsx11.
2002-09-24  Alexandre JulliardRemoved some more TSX11 functions and files.
2002-09-24  Patrik Stridvall- Don't add standard headers for the dll separation...
2002-09-24  Alexandre JulliardRemoved a bunch of no longer used TSX wrappers.
2002-09-24  Patrik Stridvall- Added support for %struct16 (used by CLSID).
2002-09-23  Patrik Stridvall- Made the new C parser handle the current Wine source.
2002-09-23  Francois GougetInstall notepad.exe in c:\windows too.
2002-09-20  Jon GriffithsUpdate output for current build process.
2002-09-20  Jon GriffithsDocumentation update.
2002-09-18  Martin WilckMake all target names lower case.
2002-09-17  Martin WilckFix "install" and "uninstall" targets: .exe -> .exe...
2002-09-17  Jan KratochvilBug fix.
2002-09-16  Jan KratochvilNew -S: Search only prototype names found in 'symfile'.
2002-09-16  Marcus MeissnerAdded ctype.h.
2002-09-13  Martin Wilck- Support "-imsvcrt" as an abbreviation of "-imsvcrt...
2002-09-13  Martin Wilck- fix perl syntax error in my own patch
2002-09-12  Alexandre JulliardReplaced 'heap' .spec statement by a command line option.
2002-09-12  Patrik StridvallMinor bug fixes and improvements.
2002-09-12  Patrik Stridvall- Made remove trailing whitespace a default off option.
2002-09-12  Dimitrie O. PaunRemove support for 'file', 'name', and 'mode' in .spec...
2002-09-12  Alexandre JulliardRemoved the __uint* types from basetsd.h since they...
2002-09-12  Dimitrie O. PaunAdd support for naming the DLL from the command line.
2002-09-11  Francois GougetStore the global settings in Make.rules.in instead...
2002-09-11  Andreas Mohr- Implement dumping of COFF debug symbol table.
2002-09-11  Francois GougetFix the Wine detection when using the Wine source tree.
2002-09-10  Francois GougetFix detection of 'ln -s'.
2002-09-10  Martin Wilck- Fix --nomfc option which is currrently broken.
2002-09-09  Patrik StridvallAPI files update.
2002-09-09  Martin Wilck- Add "-ldl" for wrapper apps.
2002-09-06  Francois GougetSome small typo / phrasing fixes.
2002-09-06  Francois GougetAdd prototypes to all functions.
2002-09-04  Rok MandeljcAdded symlinks for winhelp.
2002-09-04  Steven EdwardsFixed typo in BITMAPV4HEADER stucture.
2002-08-31  Patrik StridvallMSVC compatibility fixes.
2002-08-30  Patrik Stridvall- Proper handling of GDI32 and USER32.
2002-08-30  Patrik StridvallAPI files update.
2002-08-28  Patrik StridvallRemoved trailing white space.
2002-08-28  Patrik StridvallNew tool winapi_cleanup for doing simple automatic...
2002-08-27  Alexandre JulliardFixed line numbers in error messages and improved redef...
2002-08-27  Alexandre JulliardTry to derive temp file names from output file names...
2002-08-27  Patrik StridvallAdded Microsoft Visual Studio workspace and project...
2002-08-26  Dmitry TimoshkovMake winedump compilable by MSVC.
2002-08-20  Patrik StridvallAPI files update.
2002-08-20  Marcus MeissnerImplemented delayed import assembler thunks for PPC.
2002-08-17  Dmitry TimoshkovInclude protection for <unistd.h>, <sys/types.h> and...
2002-08-15  François GougetFix command-line parsing for Winelib applications.
2002-08-15  Alexandre JulliardAdded support for #pragma code_page.
2002-08-15  Marcus MeissnerThe text section alignment should be default, not 1.
2002-08-14  Alexandre JulliardBuiltin modules must be aligned on 64K boundary.
2002-08-13  Alexandre JulliardAvoid dependencies on y.tab.h.
2002-08-13  Alexandre JulliardSetup exception frame around 16-bit calls to unwind...
2002-08-10  Alexandre JulliardAdded explicit dependency on y.tab.h for lex output.
2002-08-09  Patrik StridvallAPI file update.
2002-08-09  Andriy PalamarchukUpdated to generate build scripts working with current...
2002-08-07  Gregg MattinsonFixes for Sparc build.
2002-08-07  Alexandre JulliardGet rid of removed winapi_check subdirs.
2002-08-02  Alexandre JulliardRemoved struct user to avoid conflicts with system...
2002-08-01  Alexandre JulliardIn -spec and -exe mode, accept multiple object files...
2002-07-29  Marcus MeissnerCheck for mkstemp, added a port implementation if it...
2002-07-29  Michael StefaniucInclude <stdlib.h> needed by exit().
2002-07-28  Alexandre JulliardAdded a winebuild man page.
2002-07-28  Alexandre JulliardAdded support for importing by ordinal.
2002-07-28  Alexandre JulliardSet correct dll file name when building a .def file.
2002-07-25  Gerald Pfeifer#include <unistd.h> which is required for unlink().
2002-07-25  Andriy Palamarchukwinebuild searches libraries specified in -l parameter...
2002-07-25  Alexandre JulliardPut correct ordinal hints in the import table.
2002-07-23  Patrik Stridvall- Report broken forwards.
2002-07-22  Alexandre JulliardReplace all uses of PREFIX and @function by the __ASM_N...
2002-07-22  Patrik StridvallHandle forwarded functions properly (based on a patch...
2002-07-20  Patrik StridvallFixed winapi_extract.
2002-07-20  Alexandre JulliardExplicitly specify the path to wpp.h so we don't need...
2002-07-19  Gregg MattinsonAvoid structures or arrays of size 0.
2002-07-19  Gregg Mattinson- Removed name, type, mode, rsrc, and import statements...
2002-07-19  Patrik StridvallMerged all API files into two files (Win16/Win32).
2002-07-19  Jon GriffithsUpdate output for recent build changes.
2002-07-16  Alexandre JulliardFixed temp name handling.
2002-07-16  Alexandre JulliardMerged the IDL compiler written by Ove Kaaven.
2002-07-16  Alexandre JulliardSplit the C preprocessor from wrc into a separate library.
2002-07-08  Chris MorganWindows registry not found should be a notice to the...
2002-07-05  Gregg Mattinson- Replaced .previous with a .section statement for...
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-20  Steven EdwardsPortability fix.
2002-06-14  Alexandre JulliardFixed make install target to work even when nothing...
2002-06-14  Alexandre JulliardUnregister 16-bit dlls on module unload.
2002-06-04  Patrik StridvallAPI files update.
2002-06-02  Andriy PalamarchukCorrected installation of the wine applications, fixed...
2002-06-02  Steven EdwardsPortability fix.
2002-06-02  Vincent BéronShow in which file the function is actually implemented...
next