|
From: Earnie B. <ea...@us...> - 2006-03-08 03:46:08
|
Quoting Peter =C5strand <as...@ce...>: > > 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? > > I don't need support for the entire API; only WTSVirtualChannelOpen > and a few more. > Yes, you use msdn to create the header and import libraries and then submit your patch to the patch tracker. See the MinGWiki for more information on submitting patches. For this concentrate on what you need to use and allow others to fill in the missing pieces as they need the functionality. Earnie Boyd http://shop.siebunlimited.com |