diff options
Diffstat (limited to 'plugins/ZeroSwitch/src/stdafx.h')
-rw-r--r-- | plugins/ZeroSwitch/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ZeroSwitch/src/stdafx.h b/plugins/ZeroSwitch/src/stdafx.h index b2583c407e..bac655b9fc 100644 --- a/plugins/ZeroSwitch/src/stdafx.h +++ b/plugins/ZeroSwitch/src/stdafx.h @@ -3,6 +3,8 @@ // are changed infrequently
//
+#pragma once
+
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#include <windows.h>
|