On Thu, 20 Feb 2003 23:32:17 +0100 (Romance Standard Time) Vadim Zeitlin 
<[EMAIL PROTECTED]> wrote:

VZ>  Ah, this is a familiar problem: windows.h got included from somewhere. As
VZ> it #define's SendMessage as SendMessageA using SendMessage after including
VZ> <windows.h> (and without doing #undef SendMessage) is impossible. To fix it
VZ> you can insert this #undef, of course, but it would be much better to try
VZ> to find the place from where windows.h is incldued because it may result in
VZ> other, much more difficult to find, problems too.

It is in extra/src/c-client/ckp_cyg.c. Where should I put #undef then?

Regards,
Nerijus



-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to