fix a compilation error

This commit is contained in:
Vincent Wei
2021-05-19 08:49:38 +08:00
parent b288e29eef
commit 4013dbf70a
+1 -1
View File
@@ -438,7 +438,7 @@ void GAL_UpdateRect
(GAL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h);
#ifdef _MGUSE_UPDATE_REGION
BLOCKHEAP __mg_free_update_region_list;
extern BLOCKHEAP __mg_free_update_region_list;
#endif
BOOL GAL_SyncUpdate (GAL_Surface *screen);