glide2x, h3, gsst.c (grSstWinClose): restrict hwcUnmapBoard() call to linux

-- hwcUnmapBoard() is only in linhwc.c, not in minihwc.c.
This commit is contained in:
sezero
2018-08-19 16:17:15 +03:00
parent e2a15684a1
commit 2b2d13f32e

View File

@@ -1430,8 +1430,10 @@ GR_ENTRY(grSstWinClose, void, (void))
#endif
#endif /* !GLIDE_INIT_HAL */
#ifdef __linux__ /* hwcUnmapBoard() is only in linhwc.c */
/* Unmap the board */
hwcUnmapBoard(gc->bInfo);
#endif
/*--------------------------
GC Reset