summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/autoload.cc
Commit message (Expand)AuthorAgeFilesLines
* * fhandler.h (fhandler_dev_clipboard): Extend to support writing.Christopher Faylor2001-03-221-0/+4
* * autoload.cc (kernel32_init): New function for kernel32 autoloadChristopher Faylor2001-03-221-0/+18
* * autoload.cc (noload): Use proper method for multiline strings or newer gcc'sChristopher Faylor2001-03-111-39/+39
* * autoload.c (cygwin_premain0): Add missing parameter.Corinna Vinschen2001-03-061-0/+1
* * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen2001-02-211-0/+34
* * autoload.cc: Add LoadDLLinitfunc for iphlpapi.dll.Corinna Vinschen2001-02-071-0/+26
* * autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor2001-01-171-1/+0
* * pinfo.cc (codepage_init): Move function.Christopher Faylor2001-01-081-1/+1
* * autoload.h: Make DLL initializers global to avoid inlining.Christopher Faylor2000-12-261-2/+2
* * autoload.cc: Add load statemant for SetSecurityDescriptorControl.Corinna Vinschen2000-12-201-0/+1
* * autoload.cc: Autoload CharToOemA.Christopher Faylor2000-12-101-0/+1
* * autoload.cc: Add autoload statement for `WSASetLastError'.Corinna Vinschen2000-11-071-0/+1
* * pinfo.cc (EnumProcessesNT): New function. Eliminates dependence on psapi.h.Christopher Faylor2000-11-021-0/+1
* * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen2000-10-271-0/+314