winspool: Remove cross calls W->A for the "Printers" registry path.
[wine] / dlls / gdi / gdi_main.c
2005-06-01  Alexandre JulliardAlways load 16-bit gdi.exe at init time.
2004-01-15  Alexandre JulliardMoved a bunch of definitions from gdi.h into a new...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-03-27  Alexandre JulliardMoved metafiles and win16 drivers to dlls/gdi.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-07-27  Alexandre JulliardBuild the DC function table by using GetProcAddress...
2001-03-05  Ian PilcherDon't load the WINEPS driver until it's needed.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-05-30  Dimitrie O. PaunAdd include for LoadLibrary.
2000-05-30  Dimitrie O. PaunSeparate wineps out of Wine's core.
2000-05-07  Alexandre JulliardCleaned up local heap initialisation.
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.