Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Issue 1073933002: XFA port: Include windows.h instead of the MFC header afxres.h (Closed)

Created:
5 years, 8 months ago by brucedawson
Modified:
5 years, 8 months ago
Reviewers:
Tom Sepez
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium.git@xfa
Target Ref:
refs/heads/xfa
Visibility:
Public.

Description

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 Committed: https://pdfium.googlesource.com/pdfium/+/24a9eb6acf48a10717f03fd8ec0ac8e3df41edfc

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M .gitignore View 2 chunks +2 lines, -1 line 0 comments Download
M fpdfsdk/src/fpdfsdkdll.rc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
brucedawson
Committed patchset #1 (id:1) manually as 24a9eb6acf48a10717f03fd8ec0ac8e3df41edfc (presubmit successful).
5 years, 8 months ago (2015-04-09 20:52:10 UTC) #1
Tom Sepez
5 years, 8 months ago (2015-04-09 20:53:08 UTC) #2
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698