summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/uwp/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/uwp/window.h')
-rw-r--r--src/osd/uwp/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/uwp/window.h b/src/osd/uwp/window.h
index b36ca4ca694..1487fc6929f 100644
--- a/src/osd/uwp/window.h
+++ b/src/osd/uwp/window.h
@@ -144,7 +144,7 @@ struct osd_draw_callbacks
// PROTOTYPES
//============================================================
-BOOL winwindow_has_focus(void);
+bool winwindow_has_focus(void);
void winwindow_process_events(running_machine &machine, bool ingame, bool nodispatch);
void winwindow_process_events_periodic(running_machine &machine);