Sweden-Number/dlls/ttydrv
Dmitry Timoshkov 4e1ef0c114 For all DLLs with defined DllMain and which do not require
DLL_THREAD_ATTACH/DLL_THREAD_DETACH notifications, call
DisableThreadLibraryCalls() in order to slightly improve performance
on thread creation/exiting.
2003-06-30 20:53:48 +00:00
..
.cvsignore Added .spec.def files. 2002-12-12 22:04:04 +00:00
Makefile.in Compile the ttydrv dll with -DSTRICT. 2002-10-25 19:00:49 +00:00
bitmap.c Removed unnecessary HANDLE typecasts. 2002-12-02 18:10:57 +00:00
dc.c Use a different magic for memory DCs and get rid of the DC_MEMORY 2003-05-13 23:56:12 +00:00
graphics.c Compile the ttydrv dll with -DSTRICT. 2002-10-25 19:00:49 +00:00
objects.c Merged font.h and path.h into gdi.h. Moved x11font.h to 2002-12-03 19:18:41 +00:00
palette.c Better separation of the palette functions. 2002-06-02 21:40:24 +00:00
ttydrv.h Merged font.h and path.h into gdi.h. Moved x11font.h to 2002-12-03 19:18:41 +00:00
ttydrv.spec Made the dll entry point default to DllMain and removed most of the 2002-11-04 23:53:41 +00:00
ttydrv_main.c For all DLLs with defined DllMain and which do not require 2003-06-30 20:53:48 +00:00
user.c Merged font.h and path.h into gdi.h. Moved x11font.h to 2002-12-03 19:18:41 +00:00
wnd.c Don't bother sending WM_NCCREATE to the desktop window, this doesn't 2003-04-19 21:27:19 +00:00