diff options
Diffstat (limited to 'plugins/HwHotKeys')
-rw-r--r-- | plugins/HwHotKeys/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/HwHotKeys/src/stdafx.h b/plugins/HwHotKeys/src/stdafx.h index 94d0b78b74..3375f01264 100644 --- a/plugins/HwHotKeys/src/stdafx.h +++ b/plugins/HwHotKeys/src/stdafx.h @@ -17,6 +17,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111 - 1307, USA.
============================================================================ */
+#pragma once
+
#include <SDKDDKVer.h>
#include <windows.h>
|