From affeba738eea391637b98e6f3f11ad9a03c27ea5 Mon Sep 17 00:00:00 2001 From: dkl Date: Sat, 22 Feb 2014 12:31:46 +0100 Subject: [PATCH] pdflib.bi: Add missing #inclib "gdi32" --- changelog.txt | 1 + inc/pdflib.bi | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/changelog.txt b/changelog.txt index 99c72bab8b..d9925ef4b6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -125,6 +125,7 @@ Version 0.91.0: - PP typeof()'s argument was not being macro-expanded properly (e.g. the x in <#if typeof(x) = ...>) - Macro expansion right behind a PP typeof() wasn't working (e.g. the foo in <#if typeof(x) foo>) - Crash (division by zero) when PRINTing onto tiny graphics screens (e.g. screenres 1, 1) +- pdflib.bi was missing #inclib "gdi32" Version 0.90.1: diff --git a/inc/pdflib.bi b/inc/pdflib.bi index 6824e73880..830b6bfcd5 100644 --- a/inc/pdflib.bi +++ b/inc/pdflib.bi @@ -45,6 +45,10 @@ #inclib "png" #inclib "z" +#ifdef __FB_WIN32__ + #inclib "gdi32" +#endif + type PDF as any #ifndef FILE