about summary refs log tree commit diff stats
path: root/src/ui/windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/windows.h')
-rw-r--r--src/ui/windows.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/windows.h b/src/ui/windows.h
index 3cf593e8..4467e507 100644
--- a/src/ui/windows.h
+++ b/src/ui/windows.h
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef WINDOWS_H
-#define WINDOWS_H
+#ifndef UI_WINDOWS_H
+#define UI_WINDOWS_H
 
 void wins_init(void);
 ProfWin * wins_get_console(void);