Re: [bug] Missing winapi symbols

2007-04-01 Thread Chris Sutcliffe
The import libraries for the Win32 API (w32api) is actually maintained by the MinGW project, and only distributed by Cygwin, so I've CC'd them. The attached patch ought to fix this. Committed. Please post any patches in the tracker going forward though, so I don't accidentally miss any. Thanx

Re: [bug] Missing winapi symbols

2007-03-30 Thread Brian Dessent
Piotr Wyderski wrote: > The CreateMemoryResourceNotification() function > is not defined in libkernel32.a. It is, however, defined > in the win32api includes (with _WIN32_WINNT=0x0501), > which it correct. I've checked both 3.8 and the latest 3.9 > versions of the win32api package and none of them