diff options
Diffstat (limited to 'plugins/KeyboardNotify/src/stdafx.h')
-rw-r--r-- | plugins/KeyboardNotify/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/KeyboardNotify/src/stdafx.h b/plugins/KeyboardNotify/src/stdafx.h index fad3036683..0485a000b9 100644 --- a/plugins/KeyboardNotify/src/stdafx.h +++ b/plugins/KeyboardNotify/src/stdafx.h @@ -16,6 +16,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+#pragma once
+
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
|