#pragma hdrstop
#endif
+#ifdef __WXMSW__
+
#ifndef WX_PRECOMP
#include "wx/wx.h"
#endif
if (nAttachmentSize)
{
#ifdef UNICODE
- for (int i = 0;i < nAttachmentSize;i++)
+ for (i = 0;i < nAttachmentSize;i++)
{
free(mapiMessage.lpFiles[i].lpszPathName);
free(mapiMessage.lpFiles[i].lpszFileName);
//Free up the Recipients and Originator memory
#ifdef UNICODE
- for (int i = 0;i < nRecipIndex;i++)
+ for (i = 0;i < nRecipIndex;i++)
free(mapiMessage.lpRecips[i].lpszName);
#endif
delete [] mapiMessage.lpRecips;
{
return m_data->m_nLastError;
}
+
+#endif // __WXMSW__