diff options
Diffstat (limited to 'plugins/Db3x_mmap/src/stdafx.h')
-rw-r--r-- | plugins/Db3x_mmap/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Db3x_mmap/src/stdafx.h b/plugins/Db3x_mmap/src/stdafx.h index 25bd7425b7..c8e69d0601 100644 --- a/plugins/Db3x_mmap/src/stdafx.h +++ b/plugins/Db3x_mmap/src/stdafx.h @@ -21,6 +21,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
+
#pragma warning(disable:4509)
#include <windows.h>
|