Kaydet (Commit) 81f06a14 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

No bad macros from windows.h in external/pdfium (Windows --disable-pch)

Change-Id: I036b6b8974481a59b6869115f216949a455451d0
Reviewed-on: https://gerrit.libreoffice.org/58003
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 9779ba45
......@@ -35,6 +35,10 @@
#include <svx/xdash.hxx>
#include <com/sun/star/uno/Sequence.hxx>
// Prevent workdir/UnpackedTarball/pdfium/public/fpdfview.h from including windows.h in a way that
// it will define e.g. Yield as a macro:
#include <prewin.h>
#include <postwin.h>
#include <fpdfview.h>
// Forward Declarations
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment