What steps will reproduce the problem?
1.compile pdfium with Microsoft Visual C++ 2010 Express
reason,
This header is a part of the MFC Library. VS Express edition doesn't contain
MFC.
solution,
#ifdef _MFC_VER
#include "afxres.h"
#else
#include <windows.h>
#endif
Original issue reported on code.google.com by roc...@gmail.com on 10 Jul 2014 at 6:44
Original issue reported on code.google.com by
roc...@gmail.com
on 10 Jul 2014 at 6:44