diff options
Diffstat (limited to 'plugins/helpers/commonheaders.h')
-rw-r--r-- | plugins/helpers/commonheaders.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/helpers/commonheaders.h b/plugins/helpers/commonheaders.h index d66f2b4978..b523e0bdd1 100644 --- a/plugins/helpers/commonheaders.h +++ b/plugins/helpers/commonheaders.h @@ -22,6 +22,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
+
#if defined( UNICODE ) && !defined( _UNICODE )
# define _UNICODE
#endif
|