Skip to content

Commit

Permalink
pdflib.bi: Add missing #inclib "gdi32"
Browse files Browse the repository at this point in the history
  • Loading branch information
dkl committed Feb 22, 2014
1 parent bc18638 commit affeba7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions inc/pdflib.bi
Expand Up @@ -45,6 +45,10 @@
#inclib "png"
#inclib "z"

#ifdef __FB_WIN32__
#inclib "gdi32"
#endif

type PDF as any

#ifndef FILE
Expand Down

0 comments on commit affeba7

Please sign in to comment.