diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-02-22 12:09:38 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-02-22 12:09:38 +0000 |
commit | b287d7f6a13823ea17e0bd415981d3a5953ca703 (patch) | |
tree | a420b28a35f7761f064d50bb610dbb2b46c71486 /Build/source/texk/web2c/window/amiga.c | |
parent | 5fd6fd3479fcbbda52ebca7b5e80a5aaa1add69f (diff) |
build system: various small fixes for mingw32 cross compilation
still incomplete
git-svn-id: svn://tug.org/texlive/trunk@17141 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/window/amiga.c')
-rw-r--r-- | Build/source/texk/web2c/window/amiga.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/window/amiga.c b/Build/source/texk/web2c/window/amiga.c index c5b231abe91..e975cb39bd5 100644 --- a/Build/source/texk/web2c/window/amiga.c +++ b/Build/source/texk/web2c/window/amiga.c @@ -153,6 +153,8 @@ void close_all(void) } /* close_all() */ +#include <mfdisplay.h> + /* * INITSCREEN: Initialize the physical display window on the WorkBench * screen of the Commodore Amiga. Open the necessary libraries and open @@ -162,7 +164,7 @@ void close_all(void) * The `WFLG_SIZEGADGET' window flag has been removed; resizing the * window kills the picture and never triggered an `updatescreen'. */ -boolean mf_amiga_initscreen(void) +int mf_amiga_initscreen(void) { #ifdef DEBUG printf("\ninitscreen()\n"); |