min()/max() macros conflict with ones defined by Windows (or at least MinGW)
[sgt/puzzles] / nullgame.c
index 56694de..49173b6 100644 (file)
@@ -254,4 +254,5 @@ const struct game thegame = {
     game_flash_length,
     game_wants_statusbar,
     FALSE, game_timing_state,
+    0,                                /* mouse_priorities */
 };