From 24a9eb6acf48a10717f03fd8ec0ac8e3df41edfc Mon Sep 17 00:00:00 2001 From: Bruce Dawson Date: Thu, 9 Apr 2015 13:52:02 -0700 Subject: 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 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 623bf8dad7..91c35f18d8 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ Makefile .DS_Store .gclient .gclient_entries +*.aps *.filters *.mk *.opensdf @@ -19,4 +20,4 @@ Makefile *.suo *.user *.vcxproj -*.xcodeproj \ No newline at end of file +*.xcodeproj -- cgit v1.2.3