summaryrefslogtreecommitdiff
path: root/windows/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows/about.c')
-rw-r--r--windows/about.c7
1 files changed, 6 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
*/
+/**
+ * \file
+ * This is The win32 API about dialog implementation.
+ */
+
#include <stdio.h>
#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"