On Fri, 27 Jun 2003 20:35:52 +0300 Nerijus Baliunas <[EMAIL PROTECTED]> wrote:

NB> Where is DWORD defined?

 In [one of the headers included from] <windows.h>

NB> I need it in MailFolderCmn.cpp:1954. If it is in one of Windows include
NB> headers, how to include it safely for cygwin and mingw?

 If you just need DWORD you may just replace it with (unsigned) long but
PlaySound() wouldn't be defined neither, would it?

 Anyhow, if you need to include <windows.h>, include "wx/msw/winundef.h"
after it as well.

 Regards,
VZ



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to