summaryrefslogtreecommitdiff
path: root/rts/win32/seh_excn.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/win32/seh_excn.h')
-rw-r--r--rts/win32/seh_excn.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/rts/win32/seh_excn.h b/rts/win32/seh_excn.h
index 410d430871..9d67fb405a 100644
--- a/rts/win32/seh_excn.h
+++ b/rts/win32/seh_excn.h
@@ -1,5 +1,6 @@
-#ifndef __SEH_EXCN_H__
-#define __SEH_EXCN_H__
+#ifndef WIN32_SEH_EXCN_H
+#define WIN32_SEH_EXCN_H
+
#include <stdio.h>
#include <stdlib.h>
@@ -87,5 +88,5 @@ catchDivZero(struct _EXCEPTION_RECORD*,
#error Don't know what sort of Windows system this is
#endif
-#endif /* __SEH_EXCN_H__ */
+#endif /* WIN32_SEH_EXCN_H */