|
From: Keith M. <kei...@to...> - 2006-03-08 11:02:57
|
Peter =C5strand wrote: > Hi. I'd like to build an application with MinGW that uses the > wtsapi32 interface, which is currently not implemented in MinGWs > w32api. I figured I should make a try to add support for this > library. What's the usual way of doing this? Should I write an > include file and .def file based on information available from > msdn.microsoft.com? Any available templates and/or Howtos? See http://www.mingw.org/MinGWiki/index.php/SubmitPatches for guidance; also note Earnie's advice, posted earlier. Regards, Keith. |