From 8525c857da966580c57aa595ec44ba1c4fc2326a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 13 Mar 2015 14:32:06 +0000 Subject: Clean up more windows frontend issues and split out more functionality --- windows/about.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'windows/about.c') diff --git a/windows/about.c b/windows/about.c index fca417ade..904a6ef8c 100644 --- a/windows/about.c +++ b/windows/about.c @@ -16,6 +16,11 @@ * along with this program. If not, see . */ +/** + * \file + * This is The win32 API about dialog implementation. + */ + #include #include "utils/config.h" @@ -27,7 +32,7 @@ #include "desktop/version.h" #include "utils/log.h" -#include "windows/gui.h" +#include "windows/window.h" #include "windows/about.h" #include "windows/resourceid.h" -- cgit v1.2.3