misc_gui.c
changeset 1594 1cbbb77f5bb2
parent 1578 a0a63ffe16e0
child 1596 c1c439a2d5b2
--- a/misc_gui.c	Mon Mar 28 08:17:35 2005 +0000
+++ b/misc_gui.c	Mon Mar 28 08:48:41 2005 +0000
@@ -20,6 +20,8 @@
 
 #include "hal.h" // for file list
 
+static bool _savegame_sort_dirty;
+
 bool _query_string_active;
 
 typedef struct LandInfoData {
@@ -1142,12 +1144,6 @@
 	DoDrawString(path, 2, 27, 16);
 }
 
-#if defined(_WIN32)
-	extern int CDECL compare_FiosItems (const void *a, const void *b);
-#else
-	extern int compare_FiosItems (const void *a, const void *b);
-#endif
-
 
 static void MakeSortedSaveGameList(void)
 {