summaryrefslogtreecommitdiff
path: root/rts/win32/veh_excn.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/win32/veh_excn.h')
-rw-r--r--rts/win32/veh_excn.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/rts/win32/veh_excn.h b/rts/win32/veh_excn.h
index 4223a2ae2d..fda837f1f1 100644
--- a/rts/win32/veh_excn.h
+++ b/rts/win32/veh_excn.h
@@ -6,8 +6,7 @@
*
* ---------------------------------------------------------------------------*/
-#ifndef WIN32_VEH_EXCN_H
-#define WIN32_VEH_EXCN_H
+#pragma once
#include <stdio.h>
#include <stdlib.h>
@@ -68,6 +67,3 @@ long WINAPI __hs_exception_handler( struct _EXCEPTION_POINTERS *exception_data )
// prototypes to the functions doing the registration and unregistration of the VEH handlers
void __register_hs_exception_handler( void );
void __unregister_hs_exception_handler( void );
-
-#endif /* WIN32_VEH_EXCN_H */
-