Fixes for missing prototypes warnings.
[wine] / dlls / twain /
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-18  Dmitry TimoshkovIf SANE returns empty device list treat it as an error.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-21  Alexandre JulliardWe are no longer generating .spec.c files.
2005-09-06  Mike McCormackDon't crash if the twain device name is null.
2005-08-23  Mike McCormackFix gcc 4.0 warnings.
2005-08-17  Alexandre JulliardRemoved a few more unnecessary import libraries.
2005-07-06  Stefan HuehnerMake functions static to fix -Wmissing-declarations...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-04-19  Francois GougetAssorted spelling fixes.
2005-03-21  Vincent BéronCorrect and complete some api documentation.
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
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.