Fix signed/unsigned comparison warnings.
[wine] / dlls / twain /
2004-09-14  Francois GougetAssorted spelling fixes.
2004-09-13  Francois GougetMake sure we include config.h before including twain_i.h.
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-07-13  Mike HearnAdd a 16 bit pair DLL for TWAIN.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-01-16  Vincent BéronInitialize a pointer before dereferencing it.
2004-01-08  Alexandre JulliardThere's no need for DUMMYUNIONNAME in private headers.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-27  Dimitrie O. PaunRemove some unneeded __WINESRC__ tests from the headers.
2003-08-22  Steven EdwardsFixes for building with w32api headers on Mingw.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-25  Michael StefaniucSome small cleanups.
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-08-30  Steven EdwardsUpdate some .cvsignore files for building on Windows.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-06-28  Gregg MattinsonRemoved C++ style comments.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-29  Marcus MeissnerMake twain compile again.
2002-04-27  Alexandre JulliardFixed warnings.
2002-03-21  Shi Quan HeStarted TWAIN implementation.