mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-24 17:44:19 +08:00
use _MGHAVE_ADV_2DAPI for call to mg_miFreeArcCache
This commit is contained in:
@@ -555,8 +555,10 @@ void GUIAPI TerminateGUI (int not_used)
|
||||
mg_TerminateLFManager ();
|
||||
mg_TerminateGAL ();
|
||||
|
||||
#ifdef _MGHAVE_ADV_2DAPI
|
||||
extern void mg_miFreeArcCache (void);
|
||||
mg_miFreeArcCache ();
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Restore original termio
|
||||
|
||||
Reference in New Issue
Block a user