Locally I change
to#include "afxres.h"
which seems to work for all my tested compilers. Would it be possible to do this in the NSIS cvs sources or is there other uses of afxres.h that I'm overlooking?
#ifndef _INC_WINDOWS
#define _INC_WINDOWS
#include <winresrc.h>
#endif
Thanks,
Jeremy