Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-06-18 14:22:41 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-06-18 14:22:41 +0400
commit83ca322acfe6c456e3795ef76330a0ee2ce208d8 (patch)
treee71907931e90836e9c5cdd3e9ae13da6f4be20aa /src/CmdUI/stdafx.h
parent6c486f94df1ed898fac17fd2d0c4d5fc160f8558 (diff)
consistently use DNew
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5178 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/CmdUI/stdafx.h')
-rw-r--r--src/CmdUI/stdafx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CmdUI/stdafx.h b/src/CmdUI/stdafx.h
index 8e8a43bc5..786d5d868 100644
--- a/src/CmdUI/stdafx.h
+++ b/src/CmdUI/stdafx.h
@@ -23,6 +23,8 @@
#pragma once
+#include "../DSUtil/SharedInclude.h"
+
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#endif