summaryrefslogtreecommitdiff
path: root/plugins/Restart/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Restart/src/stdafx.h')
-rw-r--r--plugins/Restart/src/stdafx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Restart/src/stdafx.h b/plugins/Restart/src/stdafx.h
index ba71e84021..13536d7f07 100644
--- a/plugins/Restart/src/stdafx.h
+++ b/plugins/Restart/src/stdafx.h
@@ -1,5 +1,6 @@
-#define WIN32_LEAN_AND_MEAN
+#pragma once
+#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <newpluginapi.h>