Implement NtQueryTimer.
[wine] / dlls / ttydrv / Makefile.in
2004-09-09  Alexandre JulliardGet rid of the WIN_SetRectangles export from user32.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2002-10-25  Michael StefaniucCompile the ttydrv dll with -DSTRICT.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
2002-05-23  Alexandre JulliardRemoved some unnecessary imports.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
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-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2001-12-26  Alexandre JulliardLink to the curses library only for the dlls that need it.
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-10  Alexandre JulliardDon't link libwine_unicode into all dlls.
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-04-25  Patrik StridvallLink the TTY driver with the standard libs.
2000-04-09  Alexandre JulliardImproved support for Makefiles that need to recurse...
2000-03-25  Alexandre JulliardLink ttydrv and x11drv objects into their respective...
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.