commit | 24a9eb6acf48a10717f03fd8ec0ac8e3df41edfc | [log] [tgz] |
---|---|---|
author | Bruce Dawson <brucedawson@google.com> | Thu Apr 09 13:52:02 2015 -0700 |
committer | Bruce Dawson <brucedawson@google.com> | Thu Apr 09 13:52:02 2015 -0700 |
tree | 5150644e3b26fc35f1ce35631dffccaefe60ec29 | |
parent | 30762ceda9db949550de6785b36dbe0d89c6d9d2 [diff] |
XFA port: Include windows.h instead of the MFC header afxres.h VS 2015 RC ships without afxres.h, so fpdfsdkdll.rc fails to compile. afxres.h is really intended for MFC apps so depending on it is a bad idea anyway, so I changed both references to windows.h. See http://stackoverflow.com/questions/1575559 for some other perspective on this. Ported from https://codereview.chromium.org/1078513002 TBR=tsepez@chromium.org BUG=440500 Review URL: https://codereview.chromium.org/1073933002