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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user